From 8b92314dc0e2398c4a8750bbb66ee1804e64377f Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Mon, 5 Apr 2021 12:57:56 +0200 Subject: Add Payload type Signed-off-by: Matthias Beyer --- Cargo.toml | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index b924dd5..f24ae6f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,9 +19,13 @@ edition = "2018" # TODO: Replace with thiserror anyhow = "1" -async-trait = "0.1" -cid = "0.6" -daglib = { git = "https://git.sr.ht/~matthiasbeyer/daglib", branch = "master" } -ipfs-embed = "0.19" -libipld = "0.11" -tokio = { version = "1", features = ["full"] } +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"] } + -- cgit v1.2.3