diff --git a/canfund-rs/Cargo.toml b/canfund-rs/Cargo.toml index 15fd44d..b798d3a 100644 --- a/canfund-rs/Cargo.toml +++ b/canfund-rs/Cargo.toml @@ -1,14 +1,15 @@ - [package] name = 'canfund' description = 'This Rust library provides a simple interface to monitor and add cycles to canisters on the Internet Computer.' readme = "../README.md" +homepage = "https://github.com/dfinity/canfund#readme" repository = "https://github.com/dfinity/canfund" license = "Apache-2.0" version = "0.2.0" include = ['src', 'Cargo.toml'] authors = ["DFINITY Stiftung"] edition = "2021" +keywords = ["internet-computer", "canbench", "canister", "ic", "cycles"] [lib] path = 'src/lib.rs'