aboutsummaryrefslogtreecommitdiff
path: root/worker/Cargo.toml
blob: f9888c455b230c9ce35895a4cbaa448ba67c32b0 (plain)
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" }