This repository has been archived on 2023-07-03. You can view files and clone it, but cannot push or open issues or pull requests.
spd/Cargo.toml
2023-03-23 18:54:13 -04:00

20 lines
446 B
TOML

[package]
name = "spd"
version = "0.0.3"
edition = "2021"
license = "LGPL-3.0-or-later"
authors = [
"Emma Tebibyte <emma@tebibyte.media>",
"Douman <douman@gmx.se>",
"Matt Mastracci <matthew@mastracci.com>",
]
description ="Minimal standard library replacement containing essential functionality."
repository = "https://git.tebibyte.media/emma/spd"
[dependencies]
libc = "0.2.140"
libc_alloc = "1.0.4"
[build-dependencies]
bindgen = "0.64.0"