Skip to content

Commit

Permalink
Merge with pcid/Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
TTWNO committed Nov 2, 2023
1 parent 2d278a8 commit 5e3941e
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion hdaudio/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,18 @@ redox_syscall = "0.4"
spin = "0.9"

common = { path = "../common" }
pcid = { path = "../pcid" }
#pcid = { path = "../pcid" }
crossbeam = { version = "0.8.2", default-features = false, features = ["crossbeam-channel", "nightly", "alloc", "std"] }
bincode = "1.2"
byteorder = "1.2"
paw = "1.0"
plain = "0.2"
#redox-log = "0.1"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
smallvec = "1"
#structopt = { version = "0.3", default-features = false, features = [ "paw" ] }
thiserror = "1"
toml = "0.5"

lazy_static = "1.4.0"

0 comments on commit 5e3941e

Please sign in to comment.