diff options
author | SoniEx2 <endermoneymod@gmail.com> | 2021-08-18 00:25:53 -0300 |
---|---|---|
committer | SoniEx2 <endermoneymod@gmail.com> | 2021-08-18 00:25:53 -0300 |
commit | d3b15a5d4f4c1b1f01117b0623ab4c8763e52ae4 (patch) | |
tree | 454e24f063e5a5f211af5ec78e9809969936c449 /Cargo.toml | |
parent | a67b0812659d1481f4c5be77ce2cf448b0b37b8c (diff) |
Prepare design of data
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml index 9dd31ea..94bf88c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,9 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -impl_trait = "0.1.3" +impl_trait = "0.1.6" +url = "2.2.2" +arcstr = "1.1.1" [dev-dependencies] assert_fs = "1.0.1" |