anki/cargo/raze.toml

35 lines
681 B
TOML

[package]
name = "dummy"
version = "0.0.0"
edition = "2018"
[lib]
name = "anki"
path = "src/lib.rs"
[raze]
workspace_path = "//cargo"
targets = [
"i686-apple-darwin",
"i686-pc-windows-msvc",
"i686-unknown-linux-gnu",
"x86_64-apple-darwin",
"x86_64-apple-ios",
"x86_64-pc-windows-msvc",
"x86_64-unknown-linux-gnu",
"aarch64-apple-ios",
]
genmode = "Remote"
default_gen_buildrs = true
[raze.crates.pyo3.'0.11.1']
data_attr = "glob([\"**\"])"
[raze.crates.ring.'0.16.15']
data_attr = "glob([\"src/**\"])"
[raze.crates.webpki.'0.21.3']
data_attr = "glob([\"src/**\"])"
# WARNING: don't edit the dependencies below, they are generated by update.py