18 lines
No EOL
437 B
TOML
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"] |