Skip to content

Commit

Permalink
use SPDX identifier for license
Browse files Browse the repository at this point in the history
  • Loading branch information
andronat committed Sep 16, 2024
1 parent d09b466 commit 3f73881
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions crates/semaphore-depth-config/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[package]
name = "semaphore-depth-config"
version = "0.1.0"
license = "MIT"
edition = "2021"
publish = false

Expand Down
3 changes: 2 additions & 1 deletion crates/semaphore-depth-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[package]
name = "semaphore-depth-macros"
version = "0.1.0"
license = "MIT"
edition = "2021"
publish = false

Expand All @@ -17,4 +18,4 @@ semaphore-depth-config = { path = "../semaphore-depth-config" }
itertools = "0.10.5"
syn = { version = "2.0.9", features = ["full", "visit-mut", "extra-traits"] }
proc-macro2 = "1.0.53"
quote = "1.0.26"
quote = "1.0.26"

0 comments on commit 3f73881

Please sign in to comment.