summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorKyohei Uto <im@kyoheiu.dev>2023-05-06 07:08:28 +0900
committerKyohei Uto <im@kyoheiu.dev>2023-05-06 07:08:28 +0900
commitb78aca50c8a4ae8e52087adcf564b521956f97dd (patch)
treee150c2f4233dce155ca41ecb59bc96aead4d43a6 /Cargo.lock
parent81e2b99e7bb0f56379ccd3a30a5cc049bf1f4402 (diff)
Add exacl to dev-dependencies
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock19
1 files changed, 19 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index b5faf06..1b627ef 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -370,6 +370,18 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797"
[[package]]
+name = "exacl"
+version = "0.10.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "1cfeb22a59deb24c3262c43ffcafd1eb807180f371f9fcc99098d181b5d639be"
+dependencies = [
+ "bitflags",
+ "log",
+ "scopeguard",
+ "uuid",
+]
+
+[[package]]
name = "felix"
version = "2.2.7"
dependencies = [
@@ -378,6 +390,7 @@ dependencies = [
"crossterm",
"devtimer",
"dirs",
+ "exacl",
"flate2",
"log",
"lzma-rs",
@@ -1154,6 +1167,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1e5fa573d8ac5f1a856f8d7be41d390ee973daf97c806b2c1a465e4e1406e68"
[[package]]
+name = "uuid"
+version = "1.3.2"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "4dad5567ad0cf5b760e5665964bec1b47dfd077ba8a2544b513f3556d3d239a2"
+
+[[package]]
name = "version_check"
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"