Skip to content

Commit de11d9b

Browse files
authored
add license to crates (#505)
1 parent c516805 commit de11d9b

File tree

6 files changed

+6
-0
lines changed

6 files changed

+6
-0
lines changed

crates/bcr-ebill-api/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "bcr-ebill-api"
33
version = "0.3.10"
44
edition = "2024"
5+
license = "MIT"
56

67
[lib]
78
doctest = false

crates/bcr-ebill-core/Cargo.toml

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

67
[lib]
78
doctest = false

crates/bcr-ebill-persistence/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "bcr-ebill-persistence"
33
version = "0.3.10"
44
edition = "2024"
5+
license = "MIT"
56

67
[lib]
78
doctest = false

crates/bcr-ebill-transport/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "bcr-ebill-transport"
33
version = "0.3.10"
44
edition = "2024"
5+
license = "MIT"
56

67
[lib]
78
doctest = false

crates/bcr-ebill-wasm/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "bcr-ebill-wasm"
33
version = "0.3.10"
44
edition = "2024"
5+
license = "MIT"
56

67
[package.metadata.wasm-pack.profile.release]
78
wasm-opt = ['-Os']

crates/bcr-ebill-web/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "bcr-ebill-web"
33
version = "0.3.10"
44
edition = "2024"
5+
license = "MIT"
56

67
[dependencies]
78
env_logger.workspace = true

0 commit comments

Comments
 (0)