Skip to content

Commit 70f88c0

Browse files
committed
add license-file configuration to Cargo.toml for src-common & src-tauri
1 parent 4d97810 commit 70f88c0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src-common/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
authors = { workspace = true }
33
description = "Thesia's common library"
44
edition = { workspace = true }
5+
license-file = { workspace = true }
56
name = "thesia-common"
67
repository = { workspace = true }
78
version = { workspace = true }

src-tauri/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
authors = { workspace = true }
33
description = "Thesia's backend"
44
edition = { workspace = true }
5+
license-file = { workspace = true }
56
name = "thesia"
67
repository = { workspace = true }
78
version = { workspace = true }

0 commit comments

Comments
 (0)