weechat-notify/Cargo.toml
2022-05-11 11:28:01 -05:00

13 lines
296 B
TOML

[package]
name = "weechat-notify"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
name = "wn_backend"
crate-type = ["cdylib"]
[dependencies]
pyo3 = { version = "0.16.4", features = ["extension-module"] }