12 lines
215 B
TOML
12 lines
215 B
TOML
[package]
|
|
name = "flesh-core"
|
|
version = "0.4.0"
|
|
authors = ["Ava <ava@sunnypup.io>"]
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
name = "flesh"
|
|
|
|
# only turn this on if you set POSIX_LOAD_NAME at build time
|
|
[features]
|
|
implicit-load = []
|