-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
36 lines (33 loc) · 918 Bytes
/
Cargo.toml
File metadata and controls
36 lines (33 loc) · 918 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
[package]
name = "comic-fs"
version = "0.1.0"
authors = ["DanSnow <dododavid006@gmail.com>"]
edition = "2018"
[workspace]
members = [".", "fuse-rs", "fuse-rs/fuse-abi", "fuse-rs/fuse-sys"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
diesel = { version = "1.4.5", features = ["sqlite", "chrono"] }
dotenv = "0.15.0"
fuse = { path = "fuse-rs" }
chrono = "0.4.19"
pretty_env_logger = "0.4.0"
libc = "0.2.80"
nix = "0.19.1"
cast = "0.2.3"
scopeguard = "1.1.0"
serde = { version = "1.0.117", features = ["derive"] }
sha2 = "0.9.2"
hex = "0.4.2"
ctrlc = { version = "3.1.7", features = ["termination"] }
once_cell = "1.5.2"
strum_macros = "0.20.1"
strum = "0.20.0"
color-eyre = "0.5.8"
path-clean = "0.1.0"
tracing = "0.1.22"
tracing-log = "0.1.1"
tracing-subscriber = "0.2.15"
tracing-appender = "0.1.1"
derive_more = "0.99.11"
tracing-error = "0.1.2"