add various crates to no_std universe
Some checks failed
ci / Check (push) Has been cancelled
ci / Test Suite (push) Has been cancelled
ci / Clippy (push) Has been cancelled

Summary:
Enable various crates in no_std. These are all used in rivos firmware import
for the MTIA v2 (Olympus) project.

Reviewed By: dreiss

Differential Revision: D62466811

fbshipit-source-id: 7fbc4c9756e6ae17ab46b0e0c3316c1d57d6c840
This commit is contained in:
Kevin Vigor 2024-09-11 17:56:11 -07:00 committed by Facebook GitHub Bot
parent 72fe26f25f
commit eee9fb2840

View file

@ -19,7 +19,7 @@ iced-x86 = "1.17.0"
lazy_static = "1.4"
libc = "0.2.139"
nix = "0.25"
num-traits = "0.2.18"
num-traits = { version = "0.2.18", default-features = false }
paste = "1.0.14"
perf-event-open-sys = "4.0"
procfs = "0.15.1"