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

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