summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: b4609618e375670d593dcfa8473de01780abcc3d (plain)
1
2
3
4
5
6
7
8
[package]
name = "daglib"
version = "0.1.0"
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
edition = "2018"

[dependencies]
futures = "0.1"