Skip to content

Commit

Permalink
Cleanup all dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
gbin committed May 23, 2024
1 parent 4b682b4 commit fc540a5
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions copper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,15 @@ authors = ["Guillaume Binet <[email protected]>"]
edition = "2021"

[dependencies]
# old stuff
tempdir ="*"
nix = "*"
libc = "*"
spin = "0.9.8"
generic-array = "*"
arrayvec = "*"

# new stuff
shm = "0.1.0"
lazy_static = "1.4.0"
zerocopy = "0.7.34"
zerocopy-derive = "0.7.34"
petgraph = { version = "0.6.5", features = ["serde", "serde-1", "serde_derive"] }
serde = { version = "1.0", features = ["derive"] }
serde_derive = "1.0"
uom = {version="0.36.0", features=["rational"]}
uom = { version = "0.36.0", features = ["rational"] }
ron = "0.8.1"




0 comments on commit fc540a5

Please sign in to comment.