Skip to content

Commit

Permalink
➖ Remove unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rster2002 committed Jan 29, 2025
1 parent cecbb49 commit 6d643d0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
13 changes: 0 additions & 13 deletions Cargo.lock

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

3 changes: 0 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,13 @@ include = ["/src", "/LICENSE", "readme.md"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
regex-macro = "0.2.0"
once_cell = "1.19.0"
thiserror = "1.0.58"
regex = "1.10.4"
chrono = { version = "0.4.38", features = ["serde"] }
serde = { version = "1.0.198", features = ["derive"] }
serde_json = "1.0.116"
kinded = "0.3.0"
lazy_static = "1.4.0"
log = "0.4.21"
notify = "6.1.1"
tokio = { version = "1.37.0", features = ["fs", "sync", "io-util"], default-features = false, optional = true }
async-mutex = { version = "1.4.0", optional = true }
Expand Down

0 comments on commit 6d643d0

Please sign in to comment.