v0.1.0 skel

This commit is contained in:
2026-04-07 12:25:12 +02:00
commit ed38e73949
57 changed files with 981 additions and 0 deletions

18
sca-ia/Cargo.toml Normal file
View File

@@ -0,0 +1,18 @@
# file: sca-ia/Cargo.toml
[package]
name = "sca-ia"
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
serde.workspace = true
serde_json.workspace = true
reqwest.workspace = true
regex.workspace = true