Skip to content

Commit 0bcc20e

Browse files
authored
Make all Rust crates part of a single Cargo workspace (#446)
* Make all Rust crates part of a single Cargo workspace * Update to `huggingface-hub` HEAD to get hf-xet from crates.io * Update Nix bits to work with Cargo workspaces * windows-builder: update kernel-builder search locations
1 parent dd2134c commit 0bcc20e

12 files changed

Lines changed: 537 additions & 2737 deletions

File tree

Lines changed: 463 additions & 659 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[workspace]
2+
members = [
3+
"kernel-abi-check/kernel-abi-check",
4+
"kernel-abi-check/bindings/python",
5+
"kernel-builder",
6+
"kernels-data",
7+
]
8+
resolver = "2"

0 commit comments

Comments
 (0)