diff options
author | SoniEx2 <endermoneymod@gmail.com> | 2021-01-24 16:22:34 -0300 |
---|---|---|
committer | SoniEx2 <endermoneymod@gmail.com> | 2021-01-24 16:22:34 -0300 |
commit | d81ce99e0d1f1371ba9165a67280a810ee27bf82 (patch) | |
tree | b4600b75d957da87f813897754534ba6915cf93e /Cargo.toml | |
parent | b9bffe5a44ec9a8424226b4d982cffc258c05d36 (diff) |
Clean up metadata
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml index a4c35dc..ba09f9d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,10 +1,11 @@ [package] name = "datafu" -version = "0.0.1" +version = "0.0.2" authors = ["SoniEx2 <endermoneymod@gmail.com>"] license = "AGPL-3.0-or-later" description = "A Rust library for extracting data from config objects and other arbitrary object graphs." edition = "2015" +repository = "https://soniex2.autistic.space/git-repos/dfu.git" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |