onihime/onihime/Cargo.toml

15 lines
344 B
TOML

[package]
name = "onihime"
version = "0.0.0"
authors.workspace = true
edition.workspace = true
homepage.workspace = true
repository.workspace = true
license.workspace = true
[dev-dependencies]
proptest = "1.6.0"
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin_include)'] }