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

19 lines
425 B
TOML

[package]
name = "spd"
version = "0.0.2"
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"
[build-dependencies]
bindgen = "0.64.0"