poezio/Cargo.toml
Emmanuel Gil Peyrot f8b4ef7698 Add a Rust project.
2022-08-21 17:19:58 +02:00

13 lines
216 B
TOML

[package]
name = "poezio"
version = "0.1.0"
authors = [
"Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>",
"Maxime “pep” Buquet <pep@bouah.net>",
]
[dependencies]
cpython = "0.7"
[lib]
crate-type = ["cdylib"]