mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-27 21:47:59 +01:00
22 lines
528 B
TOML
22 lines
528 B
TOML
[package]
|
|
name = "philomena"
|
|
version = "0.3.0"
|
|
authors = ["Xe <https://github.com/Xe>", "Luna <https://github.com/Meow>", "Liam White <https://github.com/liamwhite>"]
|
|
edition = "2018"
|
|
|
|
[lib]
|
|
name = "philomena"
|
|
path = "src/lib.rs"
|
|
crate-type = ["dylib"]
|
|
|
|
[dependencies]
|
|
comrak = { git = "https://github.com/philomena-dev/comrak", branch = "main" }
|
|
jemallocator = { version = "0.3.2", features = ["disable_initial_exec_tls"] }
|
|
rustler = "0.22"
|
|
ring = "0.16"
|
|
base64 = "0.13"
|
|
url = "2.2"
|
|
|
|
[profile.release]
|
|
opt-level = 3
|
|
lto = true
|