flesh/core/Cargo.toml

17 lines
399 B
TOML
Raw Normal View History

[package]
name = "flesh-core"
version = "0.4.0"
authors = ["Ava <ava@sunnypup.io>"]
edition = "2021"
[dependencies]
# this one provides a global constant lookup table for simple
# string escaping in the lexer
phf = { version = "0.11", default-features = false, features = ["macros"] }
[lib]
name = "flesh"
# only turn this on if you set POSIX_LOAD_NAME at build time
[features]
implicit-load = []