From 1e204011e0e99de939475d4ce3b23b7b578f3b20 Mon Sep 17 00:00:00 2001 From: Vika Date: Mon, 27 Sep 2021 15:33:39 +0300 Subject: Implemented FileStorage::get_setting and FileStorage::set_setting --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 3f93407..66e9043 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,6 +45,7 @@ retainer = "^0.2.2" # Minimal async cache in Rust with support for key serde_json = "^1.0.64" # A JSON serialization file format serde_urlencoded = "^0.7.0" # `x-www-form-urlencoded` meets Serde tide = "^0.16.0" # A minimal and pragmatic Rust web application framework built for rapid development +relative-path = "^1.5.0" # Portable relative paths for Rust [dependencies.anyhow] version = "^1.0.42" optional = true -- cgit 1.4.1