From d34588bf83898870d7f9b4b49ac2a5f71c77dabb Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Tue, 28 Aug 2018 18:22:52 +0300 Subject: create module smartly --- crates/server/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'crates/server/Cargo.toml') diff --git a/crates/server/Cargo.toml b/crates/server/Cargo.toml index 058bf36d2..35ced91ac 100644 --- a/crates/server/Cargo.toml +++ b/crates/server/Cargo.toml @@ -4,6 +4,7 @@ version = "0.1.0" authors = ["Aleksey Kladov "] [dependencies] +relative-path = "0.3.7" failure = "0.1.2" serde_json = "1.0.24" serde = "1.0.71" -- cgit v1.2.3