diff options
| author | Jan Wolff <janw@mailbox.org> | 2020-05-15 10:57:15 +0200 |
|---|---|---|
| committer | Jan Wolff <janw@mailbox.org> | 2020-05-15 10:57:15 +0200 |
| commit | d5d223389698b361ed362721ee4f3a7ab8a110cb (patch) | |
| tree | df440ed62cbc007022ae702e747721356624040b /Cargo.toml | |
| parent | d9e51706768dcb11ef32f4a2d5fd9161e1e92fed (diff) | |
move to a modular design
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,9 +1,10 @@ [package] -name = "sheldon_director" +name = "sheldond" version = "0.1.0" authors = ["Klockenschooster <slartibartfast@klockenschooster.de>"] edition = "2018" [dependencies] openssl = { version = "0.10" } +url = { version = "2.1" } |
