Skip to content

Commit

Permalink
Remove unused dependency (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
LittleBoxOfSunshine authored Dec 20, 2023
1 parent f6fb147 commit 5a9ba6f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "omnicopy_to_output"
description = "Generalized post build copy to place files in output directory"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
authors = ["Chris Henk <[email protected]>"]
license = "MIT OR Apache-2.0"
Expand All @@ -12,8 +12,7 @@ categories = ["filesystem"]

[dependencies]
fs_extra = "1.3.0"
anyhow = { version = "1.0.75", features = [] }
glob = "0.3"
anyhow = "1.0.75"
project-root = "0.2.2"
build-target = "0.4.0"

Expand Down

0 comments on commit 5a9ba6f

Please sign in to comment.