Add Phase 1 frxd implementation with conformance test suite
This commit is contained in:
+22
@@ -0,0 +1,22 @@
|
||||
[package]
|
||||
name = "frxd"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.104"
|
||||
axum = "0.8.9"
|
||||
chrono = { version = "0.4.45", default-features = false, features = ["clock", "std"] }
|
||||
clap = { version = "4.6.7", features = ["derive"] }
|
||||
ed25519-dalek = { version = "3.0.0", features = ["rand_core"] }
|
||||
hex = "0.4.3"
|
||||
rand = "0.8"
|
||||
reqwest = { version = "0.13.5", default-features = false, features = ["json", "rustls", "http2"] }
|
||||
serde = { version = "1.0.229", features = ["derive"] }
|
||||
serde_json = "1.0.151"
|
||||
tantivy = "0.26.2"
|
||||
tokio = { version = "1.53.1", features = ["full"] }
|
||||
toml = "1.1.6"
|
||||
|
||||
[dev-dependencies]
|
||||
tempfile = "3.27.0"
|
||||
Reference in New Issue
Block a user