about summary refs log tree commit diff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorVika <vika@fireburn.ru>2021-09-27 15:33:39 +0300
committerVika <vika@fireburn.ru>2021-09-27 15:33:39 +0300
commit1e204011e0e99de939475d4ce3b23b7b578f3b20 (patch)
tree92a1836237f2916ee44b31290532976c79f609f6 /Cargo.lock
parent9203dd3ef7b62489116e7b7fe0b9d288c3389c78 (diff)
Implemented FileStorage::get_setting and FileStorage::set_setting
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock6
1 files changed, 6 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index b6ce993..e4db2d2 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2025,6 +2025,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
 checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
 
 [[package]]
+name = "relative-path"
+version = "1.5.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "f9629de8974fd69c97684736786b807edd3da456d3e3f95341dd9d4cbd8f5ad6"
+
+[[package]]
 name = "remove_dir_all"
 version = "0.5.3"
 source = "registry+https://github.com/rust-lang/crates.io-index"