Skip to content

Commit b6f79d4

Browse files
committed
Mention license in Cargo.toml
1 parent dc28c2b commit b6f79d4

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name = "pwduck"
33
version = "0.1.0"
44
authors = ["Kaiden42 <[email protected]>"]
55
edition = "2021"
6+
license = "MIT"
67

78
[workspace]
89
members = [

core/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name = "pwduck_core"
33
version = "0.1.0"
44
authors = ["Kaiden42 <[email protected]>"]
55
edition = "2021"
6+
license = "MIT"
67

78
[dependencies]
89
# seckey = "0.11.2" # Removed by own version

gui/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name = "pwduck_gui"
33
version = "0.1.0"
44
authors = ["Kaiden42 <[email protected]>"]
55
edition = "2021"
6+
license = "MIT"
67

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

0 commit comments

Comments
 (0)