Skip to content

Commit 7cd5195

Browse files
authored
chore: Add license information to **/cargo.toml (#206)
Fixes #169
1 parent e331280 commit 7cd5195

File tree

25 files changed

+28
-1
lines changed

25 files changed

+28
-1
lines changed

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
members = ["crates/*"]
33
resolver = "2"
44

5+
[workspace.package]
6+
license = "MIT"
7+
58
[profile.release]
69
# Enable all optimizations
710
opt-level = 3

crates/pet-conda/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "pet-conda"
33
version = "0.1.0"
44
edition = "2021"
5+
license = "MIT"
56

67
[target.'cfg(target_os = "windows")'.dependencies]
78
msvc_spectre_libs = { version = "0.1.1", features = ["error"] }

crates/pet-core/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "pet-core"
33
version = "0.1.0"
44
edition = "2021"
5+
license = "MIT"
56

67
[target.'cfg(target_os = "windows")'.dependencies]
78
msvc_spectre_libs = { version = "0.1.1", features = ["error"] }

crates/pet-env-var-path/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "pet-env-var-path"
33
version = "0.1.0"
44
edition = "2021"
5+
license = "MIT"
56

67
[target.'cfg(target_os = "windows")'.dependencies]
78
msvc_spectre_libs = { version = "0.1.1", features = ["error"] }

crates/pet-fs/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "pet-fs"
33
version = "0.1.0"
44
edition = "2021"
5+
license = "MIT"
56

67
[target.'cfg(target_os = "windows")'.dependencies]
78
msvc_spectre_libs = { version = "0.1.1", features = ["error"] }

crates/pet-global-virtualenvs/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "pet-global-virtualenvs"
33
version = "0.1.0"
44
edition = "2021"
5+
license = "MIT"
56

67
[target.'cfg(target_os = "windows")'.dependencies]
78
msvc_spectre_libs = { version = "0.1.1", features = ["error"] }

crates/pet-homebrew/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "pet-homebrew"
33
version = "0.1.0"
44
edition = "2021"
5+
license = "MIT"
56

67
[target.'cfg(target_os = "windows")'.dependencies]
78
msvc_spectre_libs = { version = "0.1.1", features = ["error"] }

crates/pet-jsonrpc/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "pet-jsonrpc"
33
version = "0.1.0"
44
edition = "2021"
5+
license = "MIT"
56

67
[target.'cfg(target_os = "windows")'.dependencies]
78
msvc_spectre_libs = { version = "0.1.1", features = ["error"] }
@@ -11,4 +12,4 @@ serde = { version = "1.0.152", features = ["derive"] }
1112
serde_json = "1.0.93"
1213
pet-core = { path = "../pet-core" }
1314
log = "0.4.21"
14-
env_logger = "0.10.2"
15+
env_logger = "0.10.2"

crates/pet-linux-global-python/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "pet-linux-global-python"
33
version = "0.1.0"
44
edition = "2021"
5+
license = "MIT"
56

67
[target.'cfg(target_os = "windows")'.dependencies]
78
msvc_spectre_libs = { version = "0.1.1", features = ["error"] }

crates/pet-mac-commandlinetools/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "pet-mac-commandlinetools"
33
version = "0.1.0"
44
edition = "2021"
5+
license = "MIT"
56

67
[target.'cfg(target_os = "windows")'.dependencies]
78
msvc_spectre_libs = { version = "0.1.1", features = ["error"] }

0 commit comments

Comments
 (0)