Skip to content

Commit 79b69ac

Browse files
authored
add license to Cargo.tomls (#175)
1 parent c7abc95 commit 79b69ac

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

mutagen-core/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name = "mutagen-core"
33
version = "0.2.0"
44
authors = ["Andre Bogus <[email protected]>", "Samuel Pilz <[email protected]>"]
55
edition = "2018"
6+
license = "Apache-2.0/MIT"
67

78
[dependencies]
89
serde = { version = "1.0", features = ["derive"] }

mutagen-runner/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name = "cargo-mutagen"
33
version = "0.2.1"
44
authors = ["Andre Bogus <[email protected]>", "Samuel Pilz <[email protected]>"]
55
edition = "2018"
6+
license = "Apache-2.0/MIT"
67

78
[dependencies]
89
json = "0.12"

mutagen-selftest/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name = "mutagen-selftest"
33
version = "0.2.0"
44
authors = ["Andre Bogus <[email protected]>", "Samuel Pilz <[email protected]>"]
55
edition = "2018"
6+
license = "Apache-2.0/MIT"
67

78
[dev-dependencies]
89
mutagen = { path = "../mutagen" }

mutagen-transform/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name = "mutagen-transform"
33
version = "0.2.0"
44
authors = ["Andre Bogus <[email protected]>", "power-fungus <[email protected]>"]
55
edition = "2018"
6+
license = "Apache-2.0/MIT"
67

78
[dependencies]
89
mutagen-core = { path = "../mutagen-core" }

mutagen/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name = "mutagen"
33
version = "0.2.0"
44
authors = ["Andre Bogus <[email protected]>", "Samuel Pilz <[email protected]>"]
55
edition = "2018"
6+
license = "Apache-2.0/MIT"
67

78
[dependencies]
89
mutagen-transform = { path = "../mutagen-transform" }

0 commit comments

Comments
 (0)