diff --git a/Cargo.toml b/Cargo.toml index 515c7b2..44cb907 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,10 +1,13 @@ [package] name = "bunq" version = "0.1.0" +description = "Rust Wrapper for the Bunq API" +keywords = ["bunq", "api"] +license = "MIT OR Apache-2.0" +repository = "https://github.com/yuri91/bunq-rs" authors = ["Yuri Iozzelli "] edition = "2018" -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0.32"