mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 19:58:18 +00:00
Make fs_extra a workspace dependency
This commit is contained in:
parent
d2d8511f54
commit
84eb82b815
3 changed files with 4 additions and 1 deletions
|
@ -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"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue