Proof of Concept
This commit is contained in:
commit
e4fe60c06e
26 changed files with 4604 additions and 0 deletions
26
Cargo.toml
Normal file
26
Cargo.toml
Normal file
|
@ -0,0 +1,26 @@
|
|||
[package]
|
||||
name = "ubisync"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.71"
|
||||
async-trait = "0.1.73"
|
||||
axum = { version = "0.7.2", features = [ "macros" ] }
|
||||
itertools = "0.12.0"
|
||||
serde = { version = "1.0.166", features = [ "derive" ] }
|
||||
serde_json = "1.0.99"
|
||||
serde_with = "3.3.0"
|
||||
serial_test = "2.0.0"
|
||||
tokio = { version = "1.32.0", features = ["full"] }
|
||||
tracing = "0.1.37"
|
||||
tracing-subscriber = "0.3.17"
|
||||
uuid = "1.4.1"
|
||||
|
||||
i2p = { path = "../i2p-rs" }
|
||||
|
||||
cozo = { version = "0.7.5", features = [ "storage-rocksdb", "requests", "graph-algo" ] }
|
||||
|
||||
|
||||
[dev-dependencies]
|
||||
reqwest = { version = "0.11.20", features = [ "json" ] }
|
Loading…
Add table
Add a link
Reference in a new issue