mirror of
https://github.com/NotAShelf/microfetch.git
synced 2026-04-12 12:57:41 +00:00
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: Ifabe7af523ece1354b301b1a321659ee6a6a6964
12 lines
333 B
TOML
12 lines
333 B
TOML
[package]
|
|
name = "microfetch-asm"
|
|
description = "Inline assembly syscall helpers for microfetch"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
authors.workspace = true
|
|
rust-version.workspace = true
|
|
publish = false
|
|
license.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|