2026-04-01 05:01:42 -04:00
|
|
|
[package]
|
|
|
|
|
name = "integration"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
edition = "2024"
|
|
|
|
|
license.workspace = true
|
2026-07-14 10:14:43 -04:00
|
|
|
publish = true
|
2026-04-01 05:01:42 -04:00
|
|
|
|
|
|
|
|
[[test]]
|
2026-04-01 05:11:50 -04:00
|
|
|
name = "bootstrap"
|
|
|
|
|
path = "tests/bootstrap.rs"
|
2026-04-01 05:01:42 -04:00
|
|
|
|
2026-04-01 06:32:07 -04:00
|
|
|
[[test]]
|
|
|
|
|
name = "cross_crate"
|
|
|
|
|
path = "tests/cross_crate.rs"
|
|
|
|
|
|
2026-04-01 05:01:42 -04:00
|
|
|
[dev-dependencies]
|
2026-07-11 22:10:48 -04:00
|
|
|
anyhow = { workspace = true }
|
|
|
|
|
assert_fs = { workspace = true }
|
2026-07-14 10:14:43 -04:00
|
|
|
notcore = { workspace = true } #unified
|
|
|
|
|
notfiles = { workspace = true } #unified
|
|
|
|
|
nothooks = { workspace = true } #unified
|
|
|
|
|
notsecrets = { workspace = true } #unified
|
|
|
|
|
notstrap = { workspace = true } #unified
|
2026-04-01 05:01:42 -04:00
|
|
|
tempfile = { workspace = true }
|