char/plc-mirror

git clone https://git.t4t.associates/char/plc-mirror

Charlotte Somuse new plox opcodec formatc2f2166

main
699 B24 linesraw
1[package]
2name = "plc-mirror"
3version = "0.1.0"
4edition = "2024"
5
6[dependencies]
7anyhow = "1"
8axum = "0.8"
9base64 = "0.22"
10chrono = { version = "0.4", default-features = false, features = ["std"] }
11cid = "0.11"
12clap = { version = "4", features = ["derive", "env"] }
13deadpool-sqlite = "0.13.0"
14indexmap = { version = "2", features = ["serde"] }
15rusqlite = { version = "0.38", features = ["bundled"] }
16serde = { version = "1", features = ["derive"] }
17serde_ipld_dagcbor = "0.6.4"
18serde_json = "1"
19tokio = { version = "1", features = ["macros", "net", "rt-multi-thread", "signal"] }
20tracing = "0.1"
21tracing-subscriber = { version = "0.3", features = ["env-filter"] }
22
23[dev-dependencies]
24tempfile = "3"