capybara/ext/capybara-ext/Cargo.toml

20 lines
446 B
TOML
Raw Normal View History

2021-06-12 02:55:13 +00:00
[package]
name = "capybara-ext"
version = "0.1.0"
authors = ["haskal <haskal@awoo.systems>"]
edition = "2018"
[lib]
name = "capybara"
crate_type = ["dylib"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
serde = { version = "1.0", features = ["derive"] }
serde-lexpr = "0.1.2"
syntax = { path = "../syntax" }
mathml = { path = "../mathml" }
fulltext = { path = "../fulltext" }