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