Skip to content

Commit

Permalink
clean up dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
muhamadazmy committed Sep 22, 2023
1 parent 0a706db commit 8df4b97
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 117 deletions.
108 changes: 0 additions & 108 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 0 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[build-dependencies]
capnpc = "0.14.4"
git-version = "0.3.5"

[[bin]]
Expand All @@ -18,7 +17,6 @@ build-binary = [
"dep:polyfuse",
"dep:simple_logger",
"dep:tempfile",
"dep:git-version",
"dep:daemonize"
]

Expand All @@ -27,36 +25,29 @@ name = "rfs"
path = "src/lib.rs"

[dependencies]
capnp = "0.14.3"
anyhow = "1.0.44"
time = "0.3.3"
sqlx = { version = "0.5", features = [ "runtime-tokio-rustls", "sqlite" ] }
tokio = { version = "1", features = [ "rt", "rt-multi-thread", "macros"] }
libc = "0.2"
futures = "0.3"
thiserror = "1.0"
xxtea = "0.2.0"
bytes = "1.1.0"
log = "0.4"
lru = "0.7.0"
nix = "0.23.0"
clap = { version = "4.2", features = ["derive"] }
tar = "0.4"
flate2 = "1.0"
snap = "1.0.5"
bb8-redis = "0.13"
async-trait = "0.1.53"
url = "2.3.1"
serde = {version = "1", features = ["derive"] }
serde_json = "1.0"
blake2b_simd = "1"
aes-gcm = "0.10"
hex = "0.4"
lazy_static = "1.4"
# next are only needed for the binarys
simple_logger = {version = "1.0.1", optional = true}
daemonize = { version = "0.5", optional = true }
git-version = { version = "0.3.5", optional = true}
tempfile = { version = "3.3.0", optional = true }

[dependencies.polyfuse]
Expand Down

0 comments on commit 8df4b97

Please sign in to comment.