mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-23 20:18:00 +01:00
23 lines
517 B
TOML
23 lines
517 B
TOML
[package]
|
|
name = "philomena_markdown"
|
|
version = "0.2.0"
|
|
authors = ["Xe <https://github.com/Xe>", "Luna <https://github.com/Meow>", "Liam White <https://github.com/liamwhite>"]
|
|
edition = "2018"
|
|
|
|
[lib]
|
|
name = "philomena_markdown"
|
|
path = "src/lib.rs"
|
|
crate-type = ["dylib"]
|
|
|
|
[dependencies]
|
|
comrak = { git = "https://github.com/philomena-dev/comrak", branch = "main" }
|
|
lazy_static = "1.4"
|
|
regex = "1.5"
|
|
log = "0"
|
|
pretty_env_logger = "0"
|
|
rustler = "0.22"
|
|
jemallocator = "0.3.2"
|
|
|
|
[profile.release]
|
|
opt-level = 3
|
|
lto = true
|