diff --git a/Cargo.toml b/Cargo.toml index 83cd98a..dd92d85 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,9 +2,15 @@ name = "cwtch-imp" version = "0.2.0" edition = "2021" +license = "MIT" +description = "small demon, a familiar of a witch. imp is a set of bot creating utilities built on top of libcwtch-rs" +repository = "https://git.openprivacy.ca/cwtch.im/imp" +readme = "README.md" +documentation = "https://docs.rs/cwtch-imp/" + # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] libcwtch = "0.4.0" -chrono = "0.4.19" \ No newline at end of file +chrono = "0.4.19"