mirror of
https://github.com/mii443/akaza.git
synced 2025-08-22 14:55:31 +00:00
15 lines
264 B
TOML
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"
|