Skip to content

Commit

Permalink
added NOTICE to be included in crates.io releases
Browse files Browse the repository at this point in the history
not actually sure this will work
  • Loading branch information
calbaker committed Aug 3, 2023
1 parent b1e925a commit fbe0ea7
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rust/fastsim-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,6 @@ regex = "1"
[dev-dependencies]
assert_cmd = "2.0"
predicates = "2.1"

[package.metadata]
include = ["../../NOTICE"]
1 change: 1 addition & 0 deletions rust/fastsim-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ include = [
"resources/udds.csv",
"resources/hwfet.csv",
"build.rs",
"../../NOTICE",
]

[features]
Expand Down
3 changes: 3 additions & 0 deletions rust/fastsim-core/fastsim-proc-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,6 @@ syn = { version = "1.0.92", features = ["full"] }

[lib]
proc-macro = true

[package.metadata]
include = ["../../../NOTICE"]
3 changes: 3 additions & 0 deletions rust/fastsim-py/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,6 @@ log = "0.4.17"
[lib]
name = "fastsimrust"
crate-type = ["cdylib"]

[package.metadata]
include = ["../../NOTICE"]

0 comments on commit fbe0ea7

Please sign in to comment.