diff --git a/rig-core/rig-core-derive/Cargo.toml b/rig-core/rig-core-derive/Cargo.toml index 1ab5e5a..890bf53 100644 --- a/rig-core/rig-core-derive/Cargo.toml +++ b/rig-core/rig-core-derive/Cargo.toml @@ -2,6 +2,9 @@ name = "rig-derive" version = "0.1.0" edition = "2021" +license = "MIT" +description = "Internal crate that implements Rig derive macros." +repository = "https://github.com/0xPlaygrounds/rig" [dependencies] indoc = "2.0.5"