summaryrefslogtreecommitdiffstats
path: root/datadump/Cargo.toml
blob: 1ec6d75153ec8814178d91269c96d99fe057561c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "datadump"
version = "0.1.0"
authors = ["Kornel <kornel@geekhood.net>"]
edition = "2018"

[dependencies]
csv = "1.1.1"
tar = "0.4.26"
libflate = "0.1.27"
serde = "1.0.104"
serde_derive = "1.0.104"
chrono = "0.4.10"
kitchen_sink = { path = "../kitchen_sink", version = "0.9" }
tokio = { version = "0.2", features = ["rt-threaded", "macros"] }