v0.1.0 skel
This commit is contained in:
16
sca-tests/Cargo.toml
Normal file
16
sca-tests/Cargo.toml
Normal file
@@ -0,0 +1,16 @@
|
||||
# file: sca-tests/Cargo.toml
|
||||
|
||||
[package]
|
||||
name = "sca-tests"
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
authors.workspace = true
|
||||
license.workspace = true
|
||||
publish.workspace = true
|
||||
|
||||
[dependencies]
|
||||
sca-core = { path = "../sca-core" }
|
||||
sca-infra = { path = "../sca-infra" }
|
||||
sca-ia = { path = "../sca-ia" }
|
||||
tokio.workspace = true
|
||||
tracing.workspace = true
|
||||
Reference in New Issue
Block a user