0942ffbff6
This simply wraps the field in extra text that the frontend will deal with. Also added some helpers for extracting and stripping audio and TTS tags from the rendered text.
23 lines
369 B
TOML
23 lines
369 B
TOML
[package]
|
|
name = "anki"
|
|
version = "0.1.0"
|
|
edition = "2018"
|
|
authors = ["Ankitects Pty Ltd and contributors"]
|
|
license = "AGPL-3.0-or-later"
|
|
|
|
[dependencies]
|
|
nom = "5.0.1"
|
|
failure = "0.1.6"
|
|
prost = "0.5.0"
|
|
bytes = "0.4"
|
|
chrono = "0.4.10"
|
|
lazy_static = "1.4.0"
|
|
regex = "1.3.3"
|
|
hex = "0.4.0"
|
|
blake3 = "0.1.0"
|
|
htmlescape = "0.3.1"
|
|
|
|
[build-dependencies]
|
|
prost-build = "0.5.0"
|
|
|