Skip to content

Commit

Permalink
cargo machete (#142)
Browse files Browse the repository at this point in the history
three module to remove

- "envy",
- "regex",
- "toml",

Co-authored-by: henrik <henrik@akesson.mobi>
  • Loading branch information
martinfrances107 and akesson authored Jun 25, 2023
1 parent f3dc1f2 commit 4ed1a7b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 75 deletions.
64 changes: 0 additions & 64 deletions Cargo.lock

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

19 changes: 8 additions & 11 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ rust-toolchain-version = "1.67.1"
ci = ["github"]
# Target platforms to build apps for (Rust target-triple syntax)
targets = [
"x86_64-unknown-linux-gnu",
"x86_64-apple-darwin",
"x86_64-pc-windows-msvc",
"aarch64-apple-darwin",
"x86_64-unknown-linux-gnu",
"x86_64-apple-darwin",
"x86_64-pc-windows-msvc",
"aarch64-apple-darwin",
]

[package]
Expand All @@ -30,7 +30,6 @@ edition = "2021"
[dependencies]
clap = { version = "4.0", features = ["derive"] }
serde = { version = "1.0", features = ["derive"] }
toml = "0.7"
anyhow = "1.0"
log = "0.4"
flexi_logger = "0.25"
Expand All @@ -40,7 +39,6 @@ axum = { version = "0.6", features = ["ws"] }
# not using notify 5.0 because it uses Crossbeam which has an issue with tokio
notify = "4.0"
lazy_static = "1.4"
regex = "1.7"
which = "4.3"
cargo_metadata = { version = "0.15", features = ["builder"] }
serde_json = "1.0"
Expand All @@ -49,17 +47,16 @@ ansi_term = "0.12"
once_cell = "1.16"
seahash = "4.1"
reqwest = { version = "0.11", features = [
"blocking",
"__tls",
"default-tls",
"native-tls-crate",
"blocking",
"__tls",
"default-tls",
"native-tls-crate",
], default-features = false }
dirs = "4.0"
camino = "1.1"
dotenvy = "0.15"
itertools = "0.10"
derive_more = "0.99"
envy = "0.4"
flate2 = "1.0"
zip = { version = "0.6", default-features = false, features = ["deflate"] }
tar = "0.4"
Expand Down

0 comments on commit 4ed1a7b

Please sign in to comment.