aboutsummaryrefslogtreecommitdiff
path: root/controller/Cargo.toml
blob: 319e1b71ebe666491516ecbfb3fdeb46c519ee4b (plain)
1
2
3
4
5
6
7
8
9
[package]
name = "dd-controller"
version = "0.1.0"
authors = ["Tom Smeding <tom.smeding@gmail.com>"]
edition = "2018"

[dependencies]
tokio = { version = "0.2", features = ["full"] }
dd-utils = { path = "../utils" }