2020-11-02 09:17:26 +01:00
|
|
|
[package]
|
2020-11-24 09:41:03 +01:00
|
|
|
name = "anki_workspace"
|
2020-11-02 09:17:26 +01:00
|
|
|
version = "0.0.0"
|
2020-11-24 09:41:03 +01:00
|
|
|
authors = ["Ankitects Pty Ltd and contributors"]
|
|
|
|
license = "AGPL-3.0-or-later"
|
|
|
|
|
|
|
|
[workspace]
|
|
|
|
members = ["rslib", "pylib/rsbridge"]
|
2020-11-02 09:17:26 +01:00
|
|
|
|
|
|
|
[lib]
|
2020-11-24 09:41:03 +01:00
|
|
|
name = "dummy"
|
2020-11-02 09:17:26 +01:00
|
|
|
path = "src/lib.rs"
|
|
|
|
|
2020-11-10 00:47:24 +01:00
|
|
|
[package.metadata.raze]
|
2020-11-02 09:17:26 +01:00
|
|
|
workspace_path = "//cargo"
|
2020-12-15 11:28:10 +01:00
|
|
|
package_aliases_dir = "cargo"
|
2020-12-18 02:56:56 +01:00
|
|
|
rust_rules_workspace_name = "io_bazel_rules_rust"
|
2020-12-15 11:28:10 +01:00
|
|
|
|
2020-12-09 06:45:01 +01:00
|
|
|
# pull requests that add other targets (eg Arm Linux, FreeBSD) welcome - you'll
|
|
|
|
# need to update platforms/, BUILD.request.bazel and pylib/anki/BUILD.bazel as
|
|
|
|
# well.
|
2020-11-02 09:17:26 +01:00
|
|
|
targets = [
|
|
|
|
"x86_64-apple-darwin",
|
|
|
|
"x86_64-apple-ios",
|
|
|
|
"x86_64-pc-windows-msvc",
|
|
|
|
"x86_64-unknown-linux-gnu",
|
|
|
|
"aarch64-apple-ios",
|
2020-12-30 04:33:16 +01:00
|
|
|
"aarch64-unknown-linux-gnu",
|
2020-11-02 09:17:26 +01:00
|
|
|
]
|
|
|
|
genmode = "Remote"
|
|
|
|
default_gen_buildrs = true
|
|
|
|
|
2020-11-10 00:47:24 +01:00
|
|
|
[package.metadata.raze.crates.pyo3.'*']
|
2020-12-01 07:07:46 +01:00
|
|
|
compile_data_attr = "glob([\"**/*.md\"])"
|
2020-11-02 09:17:26 +01:00
|
|
|
|
2020-11-10 00:47:24 +01:00
|
|
|
[package.metadata.raze.crates.ring.'*']
|
2020-12-01 07:07:46 +01:00
|
|
|
compile_data_attr = "glob([\"src/**/*.der\"])"
|
2020-11-02 09:17:26 +01:00
|
|
|
|
2020-11-10 00:47:24 +01:00
|
|
|
[package.metadata.raze.crates.webpki.'*']
|
2020-12-01 07:07:46 +01:00
|
|
|
compile_data_attr = "glob([\"src/**/*.der\"])"
|