Skip to content

Commit

Permalink
update cargo.toml fields ready for publish
Browse files Browse the repository at this point in the history
  • Loading branch information
ducc committed Apr 27, 2024
1 parent 6f1c703 commit dae9038
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
target/
Cargo.lock
Cargo.lock
.envrc
shell.nix
7 changes: 7 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
name = "gocardless-unofficial"
version = "0.1.0"
edition = "2021"
authors = ["Joe Burnard <github.com/ducc>"]
rust-version = "1.63.0"
description = "An unofficial rust library to interact with the GoCardless Bank Account Data API"
readme = "README.md"
repository = "https://github.com/ducc/gocardless-rs"
license = "MIT"
keywords = ["gocardless"]

[dependencies]
reqwest = { version = "0.12.4", features = ["json"] }
Expand Down

0 comments on commit dae9038

Please sign in to comment.