diff --git a/moat/Cargo.toml b/moat/Cargo.toml index 32a7198..2d06f48 100644 --- a/moat/Cargo.toml +++ b/moat/Cargo.toml @@ -1,12 +1,13 @@ [package] name = "zk-citadel-moat" +description = "SDK for Citadel, a ZK-based SSI system integrated in Dusk Network." version = "0.1.0" authors = [ "Milosz Muszynski ", "Xavier Salleras " ] - edition = "2021" +license = "MPL-2.0" [dependencies] tokio = { version = "1.15", features = ["rt-multi-thread", "time", "fs", "macros"] }