scaffold: flake, cargo init, matrix-sdk 0.14 + tokio

This commit is contained in:
Damocles 2026-04-29 20:45:02 +02:00
parent 09e8a3c012
commit 44c9503f86
5 changed files with 4840 additions and 0 deletions

12
Cargo.toml Normal file
View file

@ -0,0 +1,12 @@
[package]
name = "damocles-daemon"
version = "0.1.0"
edition = "2024"
[dependencies]
matrix-sdk = { version = "0.14", features = ["e2e-encryption", "sqlite"] }
tokio = { version = "1", features = ["full"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }