std/integration/Cargo.toml
2024-05-28 16:06:59 +01:00

21 lines
377 B
TOML

[package]
name = "integration"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
okstd = { version = "*", path = "..", features = ["unstable"]}
[[bin]]
name = "log"
path = "src/main.rs"
[[bin]]
name = "panics"
path = "src/panics.rs"
[lib]
name = "tests"
path = "src/tests.rs"