CiscoTheProot/yaml parse test/fastproot/Cargo.toml
CiscoTheWolf 6403cad191 Initial commit of yaml parse test.
A complete new controll system.
Still some bugs remain
2023-10-02 08:05:48 +02:00

18 lines
No EOL
437 B
TOML

[package]
name = "fastproot"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
lsap = "1.0.2"
pyo3 = { version = "0.19.2", features = ["abi3-py39"] }
[lib]
name = "fastproot"
crate-type = ["cdylib"]
[package.metadata.cross.target.armv7-unknown-linux-gnueabihf]
image = "my-image"
pre-build = ["ln -s /usr/bin/python3.9 /usr/bin/python"]