20 lines
446 B
TOML
20 lines
446 B
TOML
[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" }
|