[package] name = "distrox" version = "0.1.0" authors = ["Matthias Beyer "] description = "Distributed network build on IPFS" keywords = ["social", "network", "ipfs", "distributed"] readme = "README.md" license = "GPL-2.0" documentation = "https://docs.rs/distrox" repository = "https://github.com/matthiasbeyer/distrox" homepage = "http://github.com/matthiasbeyer/distrox" edition = "2018" [dependencies] # TODO: Replace with thiserror anyhow = "1" async-trait = "0.1" cid = "0.6" chrono = "0.4" daglib = { git = "https://git.sr.ht/~matthiasbeyer/daglib", branch = "master" } ipfs-embed = "0.19" libipld = "0.11" libipld-cbor = "0.11" mime = "0.3" tokio = { version = "1", features = ["full"] }