mirror of
https://github.com/NotAShelf/microfetch.git
synced 2026-05-06 07:28:31 +00:00
treewide: going no_std
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: Ia1c001eb099ea8cae9bdf76642b873376a6a6964
This commit is contained in:
parent
1b0e3070bb
commit
472dbfc7e7
14 changed files with 856 additions and 143 deletions
|
|
@ -11,12 +11,14 @@ repository = "https://github.com/notashelf/microfetch"
|
|||
publish = false
|
||||
|
||||
[dependencies]
|
||||
hotpath = { optional = true, version = "0.14.0" }
|
||||
hotpath = { optional = true, version = "0.14.0" }
|
||||
microfetch-alloc.workspace = true
|
||||
microfetch-lib.workspace = true
|
||||
microfetch-asm.workspace = true
|
||||
|
||||
[features]
|
||||
hotpath = [ "dep:hotpath" ]
|
||||
hotpath-alloc = [ "hotpath/hotpath-alloc" ]
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
workspace = true
|
||||
Loading…
Add table
Add a link
Reference in a new issue