diff --git a/Cargo.toml b/Cargo.toml index 93aaefc..00d7ccb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,14 @@ [package] name = "wrapped_azero" version = "0.1.0" -authors = ["Hans "] edition = "2021" +authors = ["Cardinal"] +homepage = "https://github.com/Cardinal-Cryptography/wAZERO" +repository = "https://github.com/Cardinal-Cryptography/wAZERO" +license-file = "LICENSE.md" +readme = "README.md" +description = "Smart contract for AZERO coin wrapped as a PSP22 token" +exclude = [ ".github/*" ] [dependencies] ink = { version = "4.3", default-features = false }