Files
anyrun/plugins/rink/Cargo.toml
T
2022-12-31 12:51:46 +02:00

15 lines
293 B
TOML

[package]
name = "rink"
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" }
abi_stable = "0.11.1"
rink-core = "0.6"