chore: add integration test crate to workspace
This commit is contained in:
14
Cargo.lock
generated
14
Cargo.lock
generated
@@ -429,6 +429,20 @@ dependencies = [
|
||||
"serde_core",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "integration"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"assert_fs",
|
||||
"notcore",
|
||||
"notfiles",
|
||||
"nothooks",
|
||||
"notsecrets",
|
||||
"notstrap",
|
||||
"tempfile",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "is_terminal_polyfill"
|
||||
version = "1.70.2"
|
||||
|
||||
Reference in New Issue
Block a user