From d3b15a5d4f4c1b1f01117b0623ab4c8763e52ae4 Mon Sep 17 00:00:00 2001 From: SoniEx2 Date: Wed, 18 Aug 2021 00:25:53 -0300 Subject: Prepare design of data --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') 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" -- cgit 1.4.1