mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-03 21:21:32 +00:00
move all dependencies to workspace Cargo.toml
This commit is contained in:
@ -8,11 +8,11 @@ resolver = "2"
|
||||
path = "src/lib.rs"
|
||||
|
||||
[dependencies]
|
||||
libc = "0.2"
|
||||
log = "0.4.20"
|
||||
libc = { workspace = true }
|
||||
log = { workspace = true }
|
||||
|
||||
[dependencies.bytemuck]
|
||||
version = "1.14.0"
|
||||
workspace = true
|
||||
features = ["derive"]
|
||||
|
||||
[[example]]
|
||||
|
Reference in New Issue
Block a user