diff --git a/crates/dwn-core/Cargo.toml b/crates/dwn-core/Cargo.toml index 39d7552..46e0018 100644 --- a/crates/dwn-core/Cargo.toml +++ b/crates/dwn-core/Cargo.toml @@ -1,5 +1,6 @@ [package] name = "dwn-core" +description = "Core DWN types." version.workspace = true edition.workspace = true repository.workspace = true diff --git a/crates/dwn-native-db/Cargo.toml b/crates/dwn-native-db/Cargo.toml index 9706972..9ad9214 100644 --- a/crates/dwn-native-db/Cargo.toml +++ b/crates/dwn-native-db/Cargo.toml @@ -1,5 +1,6 @@ [package] name = "dwn-native-db" +description = "DWN backend implementation using native_db" version.workspace = true edition.workspace = true repository.workspace = true diff --git a/crates/dwn-server/Cargo.toml b/crates/dwn-server/Cargo.toml index 8e7944b..f6f4532 100644 --- a/crates/dwn-server/Cargo.toml +++ b/crates/dwn-server/Cargo.toml @@ -1,5 +1,6 @@ [package] name = "dwn-server" +description = "Decentralized Web Node HTTP server." version.workspace = true edition.workspace = true repository.workspace = true diff --git a/crates/dwn/Cargo.toml b/crates/dwn/Cargo.toml index 658b1b4..202a54a 100644 --- a/crates/dwn/Cargo.toml +++ b/crates/dwn/Cargo.toml @@ -1,5 +1,6 @@ [package] name = "dwn" +description = "Rust implementation of a Decentralized Web Node." version.workspace = true edition.workspace = true repository.workspace = true