diff options
Diffstat (limited to 'crates/server/Cargo.toml')
-rw-r--r-- | crates/server/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
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" | |||
4 | authors = ["Aleksey Kladov <[email protected]>"] | 4 | authors = ["Aleksey Kladov <[email protected]>"] |
5 | 5 | ||
6 | [dependencies] | 6 | [dependencies] |
7 | relative-path = "0.3.7" | ||
7 | failure = "0.1.2" | 8 | failure = "0.1.2" |
8 | serde_json = "1.0.24" | 9 | serde_json = "1.0.24" |
9 | serde = "1.0.71" | 10 | serde = "1.0.71" |