Skip to content

Commit 15afaca

Browse files
Add description, homepage, and repository to Cargo.toml
Co-authored-by: Kevin Liu <kevinjqliu@users.noreply.github.com>
1 parent 6dd67b5 commit 15afaca

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

crates/util/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ version.workspace = true
2121
edition.workspace = true
2222
rust-version.workspace = true
2323
license.workspace = true
24+
description.workspace = true
25+
homepage.workspace = true
26+
repository.workspace = true
2427

2528
[dependencies]
2629
tokio = { workspace = true, features = ["macros", "rt", "rt-multi-thread"] }

0 commit comments

Comments
 (0)