Split into libs

This commit is contained in:
Nevernown
2025-11-15 10:52:37 +01:00
parent 367105479e
commit 8fe00e940a
642 changed files with 2996 additions and 232 deletions

14
core/Cargo.toml Normal file
View File

@@ -0,0 +1,14 @@
[package]
name = "tinysigma"
version = "0.1.0"
edition = "2021"
[dependencies]
axum = "0.8.1"
log = "0.4.25"
serde = { version = "1.0.217", features = ["derive"] }
tokio = { version = "1.43.0", features = ["full"] }
tracing = "0.1.41"
tracing-subscriber = "0.3.19"
sigma = { path = "../sigma" }
identity = { path = "../identity" }