Skip to content

Commit

Permalink
Merge pull request #13 from dfinity/orb-chore
Browse files Browse the repository at this point in the history
docs: update metadata in Cargo.toml
  • Loading branch information
jedna authored Sep 25, 2024
2 parents 1b6383d + 3427bda commit 97874e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion canfund-rs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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'
Expand Down

0 comments on commit 97874e0

Please sign in to comment.