17 lines
369 B
TOML
17 lines
369 B
TOML
[package]
|
|
name = "stdin"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
anyrun-plugin = { path = "../../anyrun-plugin" }
|
|
fuzzy-matcher = "0.3.7"
|
|
abi_stable = "0.11.1"
|
|
ron = "0.8.0"
|
|
serde = { version = "1.0.152", features = ["derive"] }
|