flesh/core/Cargo.toml
Ava Affine 7800b483da one less library
Signed-off-by: Ava Affine <ava@sunnypup.io>
2024-07-29 10:42:09 -07:00

16 lines
287 B
TOML

[package]
name = "flesh-core"
version = "0.4.0"
authors = ["Ava <ava@sunnypup.io>"]
edition = "2021"
[dependencies]
# cant have math without libc I guess...
libm = "0.2.8"
[lib]
name = "flesh"
# only turn this on if you set POSIX_LOAD_NAME at build time
[features]
implicit-load = []