Nothing to see here, move along meow
1[package]
2name = "lancer-core"
3version = "0.1.0"
4edition = "2024"
5
6[dependencies]
7zerocopy = { version = "0.8", default-features = false, features = ["derive"] }
8
9[lints.rust]
10unexpected_cfgs = { level = "warn", check-cfg = ['cfg(kani)'] }
11
12[features]
13default = []
14
15[dev-dependencies]
16proptest = "1"