diff options
| author | Jan Wolff <janw@mailbox.org> | 2020-05-14 21:45:59 +0200 |
|---|---|---|
| committer | Jan Wolff <janw@mailbox.org> | 2020-05-14 21:49:38 +0200 |
| commit | d9e51706768dcb11ef32f4a2d5fd9161e1e92fed (patch) | |
| tree | b0b15c39c8e77007b159fe25e1c388cb9cd4838f /Cargo.toml | |
initial commit
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..a0cec35 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "sheldon_director" +version = "0.1.0" +authors = ["Klockenschooster <slartibartfast@klockenschooster.de>"] +edition = "2018" + +[dependencies] +openssl = { version = "0.10" } + |
