Skip to content

Commit fa3c83f

Browse files
committed
Use smb lib license from workspace
1 parent eb250ed commit fa3c83f

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ resolver = "2"
88
[workspace.package]
99
edition = "2021"
1010
license = "MIT"
11+
description = "A Pure Rust SMB Client implementation"
1112
homepage = "https://github.com/AvivNaaman/smb-rs"
1213
repository = "https://github.com/AvivNaaman/smb-rs"
1314
authors = ["Aviv Naaman <avivnaaman04@gmail.com>"]
14-
keywords = ["smb", "network", "file-sharing", "windows", "linux", "macos"]
15-
categories = ["network-programming", "parsing-tools", "system-programming", "file-systems"]
15+
keywords = ["smb", "network", "file-sharing", "windows"]
16+
categories = ["network-programming", "parsing", "filesystem"]

smb/Cargo.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
[package]
22
name = "smb"
33
version = "0.1.0"
4-
edition = "2021"
4+
edition.workspace = true
5+
description.workspace = true
6+
license.workspace = true
7+
repository.workspace = true
8+
authors.workspace = true
9+
keywords.workspace = true
10+
categories.workspace = true
511

612
[dependencies]
713
# Encoding/Decoding

0 commit comments

Comments
 (0)