Skip to content

Commit 2cd0f93

Browse files
committed
cargo toml: readme from workspace
1 parent 669310f commit 2cd0f93

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@ homepage = "https://github.com/AvivNaaman/smb-rs"
1313
repository = "https://github.com/AvivNaaman/smb-rs"
1414
authors = ["Aviv Naaman <[email protected]>"]
1515
keywords = ["smb", "network", "file-sharing", "windows"]
16-
categories = ["network-programming", "parsing", "filesystem"]
16+
categories = ["network-programming", "parsing", "filesystem"]
17+
readme = "README.md"

smb/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ repository.workspace = true
88
authors.workspace = true
99
keywords.workspace = true
1010
categories.workspace = true
11+
readme.workspace = true
1112

1213
[dependencies]
1314
# Encoding/Decoding

0 commit comments

Comments
 (0)