Skip to content

Commit

Permalink
build-sys: Switch to include
Browse files Browse the repository at this point in the history
The immediate goal is to drop out `.cargo` which has a `config.toml`
which conflicts with the `cargo vendor`-injected `.cargo/config`
and causes our vendor builds to fail.
  • Loading branch information
cgwalters committed Sep 16, 2023
1 parent bc29d9b commit c3cc8a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ authors = ["Colin Walters <[email protected]>"]
edition = "2021"
rust-version = "1.70.0"

include = ["src", "LICENSE"]

# See https://github.com/coreos/cargo-vendor-filterer
[package.metadata.vendor-filter]
platforms = ["*-unknown-linux-gnu"]
Expand Down

0 comments on commit c3cc8a4

Please sign in to comment.