Implement chrs-mail: SQLite-based P2P messaging layer (Overstory-inspired)
This commit is contained in:
12
chrs-mail/Cargo.toml
Normal file
12
chrs-mail/Cargo.toml
Normal file
@@ -0,0 +1,12 @@
|
||||
[package]
|
||||
name = "chrs-mail"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
rusqlite = { version = "0.30", features = ["bundled"] }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
thiserror = "1.0"
|
||||
chrono = { version = "0.4", features = ["serde"] }
|
||||
uuid = { version = "1.4", features = ["v4", "serde"] }
|
||||
Reference in New Issue
Block a user