| [package] | |
| name = "sov-desktop" | |
| version = "0.1.0" | |
| edition = "2021" | |
| description = "Sovereign AI Civilization — one command boots the entire stack" | |
| license = "FSL-1.1-Apache-2.0" | |
| authors = ["SnapKitty Collective"] | |
| [[bin]] | |
| name = "sov-kernel" | |
| path = "src/main.rs" | |
| [dependencies] | |
| tokio = { version = "1", features = ["full"] } | |
| serde = { version = "1", features = ["derive"] } | |
| serde_json = "1" | |
| sha2 = "0.10" | |
| hex = "0.4" | |
| chrono = { version = "0.4", features = ["serde"] } | |
| anyhow = "1" | |
| clap = { version = "4", features = ["derive"] } | |
| reqwest = { version = "0.12", features = ["json"] } | |
| [features] | |
| default = [] | |
| tauri = [] | |