Make fs_extra a workspace dependency

This commit is contained in:
Richard Feldman 2022-12-01 22:33:04 -05:00
parent d2d8511f54
commit 84eb82b815
No known key found for this signature in database
GPG key ID: F1F21AA5B1D9E43B
3 changed files with 4 additions and 1 deletions

View file

@ -57,10 +57,11 @@ confy = { git = 'https://github.com/rust-cli/confy', features = [
], default-features = false }
serde = { version = "1.0.144", features = ["derive"] }
nonempty = "0.8.0"
fs_extra = "1.2.0"
rodio = { version = "0.15.0", optional = true } # to play sounds
threadpool = "1.8.1"
fs_extra.workspace = true
[dependencies.bytemuck]
version = "1.12.1"
features = ["derive"]