Files
akaza/marisa-sys/Cargo.toml
Tokuhiro Matsuno a08c8ab6ed enable cargo-deny
2023-01-17 17:06:11 +09:00

15 lines
264 B
TOML

[package]
name = "marisa-sys"
version = "0.1.0"
edition = "2021"
license = "MIT"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tempfile = "3"
anyhow = "1.0.68"
[build-dependencies]
cc = "1.0.78"