Skip to content

Commit 0c6e229

Browse files
authored
Include-list for Cargo.toml (rust-lang#1121)
1 parent fbd5264 commit 0c6e229

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ license = "MIT OR Apache-2.0"
1313
repository = "https://github.com/model-checking/kani"
1414
documentation = "https://model-checking.github.io/kani/"
1515
homepage = "https://github.com/model-checking/kani"
16+
# N.B. Cargo.* is included automatically:
17+
include = ["/src", "/build.rs", "/rust-toolchain.toml", "/LICENSE-*", "/README.md"]
1618

1719
[dependencies]
1820
anyhow = "1"
@@ -29,8 +31,7 @@ path = "src/bin/cargo_kani.rs"
2931
[profile.release]
3032
strip = "debuginfo"
3133

32-
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
33-
# SPDX-License-Identifier: Apache-2.0 OR MIT
34+
# Below is the workspace (vs above is "kani-verifier" crate) config:
3435

3536
[workspace]
3637
members = [

0 commit comments

Comments
 (0)