1 2 3 4 5 6 7 8 9 10 11 12
[package] name = "dd-worker" version = "0.1.0" authors = ["Tom Smeding <tom.smeding@gmail.com>"] edition = "2018" [dependencies] libloading = "0.5" static_assertions = "1.1" net2 = "0.2" tempfile = "3.1" dd-utils = { path = "../utils" }