weechat-notify/Cargo.toml

13 lines
296 B
TOML
Raw Permalink Normal View History

2022-05-11 11:08:52 -05:00
[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
2022-05-11 11:28:01 -05:00
[lib]
name = "wn_backend"
crate-type = ["cdylib"]
2022-05-11 11:08:52 -05:00
[dependencies]
2022-05-11 11:28:01 -05:00
pyo3 = { version = "0.16.4", features = ["extension-module"] }