summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: d61783ca526956e742e2141ba624350834cb71b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "sheldond"
version = "0.1.0"
authors = ["Klockenschooster <slartibartfast@klockenschooster.de>"]
edition = "2018"

[dependencies]
openssl = { version = "0.10" }
url = { version = "2.1" }
nix = { version = "0.17" }