Skip to content

Commit

Permalink
add descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
kayhhh committed Dec 8, 2024
1 parent fc2aac4 commit 7479fdd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions crates/dwn-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[package]
name = "dwn-core"
description = "Core DWN types."
version.workspace = true
edition.workspace = true
repository.workspace = true
Expand Down
1 change: 1 addition & 0 deletions crates/dwn-native-db/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions crates/dwn-server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[package]
name = "dwn-server"
description = "Decentralized Web Node HTTP server."
version.workspace = true
edition.workspace = true
repository.workspace = true
Expand Down
1 change: 1 addition & 0 deletions crates/dwn/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[package]
name = "dwn"
description = "Rust implementation of a Decentralized Web Node."
version.workspace = true
edition.workspace = true
repository.workspace = true
Expand Down

0 comments on commit 7479fdd

Please sign in to comment.