parent
bff3c220f9
commit
d27390f77c
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "deepl"
|
name = "deepl"
|
||||||
version = "0.1.0"
|
version = "1.0.1"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
authors = ["Mathias Rothenhäusler <safemind@posteo.net"]
|
authors = ["Mathias Rothenhäusler <safemind@posteo.net"]
|
||||||
|
@ -14,4 +14,4 @@ serde_json = "1.0"
|
||||||
clap = {version = "~2.33.0", features = ["yaml"]}
|
clap = {version = "~2.33.0", features = ["yaml"]}
|
||||||
directories = "4.0"
|
directories = "4.0"
|
||||||
dotenv = "0.15.0"
|
dotenv = "0.15.0"
|
||||||
sprintf = "0.1.1"
|
sprintf = "0.1.1"
|
||||||
|
|
Loading…
Reference in New Issue