diff --git a/rust/fastsim-cli/Cargo.toml b/rust/fastsim-cli/Cargo.toml index daedc832..d734c2b0 100644 --- a/rust/fastsim-cli/Cargo.toml +++ b/rust/fastsim-cli/Cargo.toml @@ -21,3 +21,6 @@ regex = "1" [dev-dependencies] assert_cmd = "2.0" predicates = "2.1" + +[package.metadata] +include = ["../../NOTICE"] diff --git a/rust/fastsim-core/Cargo.toml b/rust/fastsim-core/Cargo.toml index a55c3147..63b2a5a7 100644 --- a/rust/fastsim-core/Cargo.toml +++ b/rust/fastsim-core/Cargo.toml @@ -38,6 +38,7 @@ include = [ "resources/udds.csv", "resources/hwfet.csv", "build.rs", + "../../NOTICE", ] [features] diff --git a/rust/fastsim-core/fastsim-proc-macros/Cargo.toml b/rust/fastsim-core/fastsim-proc-macros/Cargo.toml index 18b308d4..8d806425 100644 --- a/rust/fastsim-core/fastsim-proc-macros/Cargo.toml +++ b/rust/fastsim-core/fastsim-proc-macros/Cargo.toml @@ -20,3 +20,6 @@ syn = { version = "1.0.92", features = ["full"] } [lib] proc-macro = true + +[package.metadata] +include = ["../../../NOTICE"] diff --git a/rust/fastsim-py/Cargo.toml b/rust/fastsim-py/Cargo.toml index 3cccc019..11a55d4b 100644 --- a/rust/fastsim-py/Cargo.toml +++ b/rust/fastsim-py/Cargo.toml @@ -20,3 +20,6 @@ log = "0.4.17" [lib] name = "fastsimrust" crate-type = ["cdylib"] + +[package.metadata] +include = ["../../NOTICE"] \ No newline at end of file