21 lines
478 B
TOML
21 lines
478 B
TOML
[package]
|
|
name = "spd"
|
|
version = "0.0.1"
|
|
edition = "2021"
|
|
license = "LGPL-3.0-or-later"
|
|
authors = [
|
|
"Emma Tebibyte <emma@tebibyte.media>",
|
|
"Douman <douman@gmx.se>",
|
|
]
|
|
description ="Minimal standard library replacement containing essential functionality."
|
|
repository = "https://git.tebibyte.media/emma/spd"
|
|
|
|
[dependencies]
|
|
libc = "0.2.140"
|
|
quote = "1.0.26"
|
|
syn = { version = "2.0.8", features = [ "extra-traits" ] }
|
|
tabwriter = "1.2.1"
|
|
|
|
[build-dependencies]
|
|
bindgen = "0.64.0"
|