diff --git a/grovedbg-types/Cargo.toml b/grovedbg-types/Cargo.toml index f5114852..a3a2878e 100644 --- a/grovedbg-types/Cargo.toml +++ b/grovedbg-types/Cargo.toml @@ -2,6 +2,10 @@ name = "grovedbg-types" version = "1.0.0-rc.2" edition = "2021" +description = "Common type definitions for data exchange over GroveDBG protocol" +authors = ["Evgeny Fomin "] +license = "MIT" +repository = "https://github.com/dashpay/grovedb" [dependencies] serde = { version = "1.0.201", features = ["derive"] }