hyaenidae/content/Cargo.toml
asonix 0e1552eeaa Content: Use own bbcode impl
This gives us more control over things, like
automatic 'linkifying', and the ability to add
custom user tagging logic
2021-01-31 13:50:34 -06:00

15 lines
311 B
TOML

[package]
name = "hyaenidae-content"
version = "0.1.0"
authors = ["asonix <asonix@asonix.dog>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
ammonia = "3.1.0"
combine = "4.5.2"
log = "0.4"
once_cell = "1.5.2"
thiserror = "1"