mirror of
https://github.com/ipetkov/crane.git
synced 2024-11-22 23:17:15 +03:00
22f971a126
* Instead of injecting our own dummy `build.rs` file, we will patch the `Cargo.toml` files to specify a build script in the Nix store * This allow cargo to notice the difference (i.e. changed build script path) where it could not before (due to nix enforcing that all sources always have the same timestamp)
8 lines
110 B
TOML
8 lines
110 B
TOML
[package]
|
|
name = "with-build-script"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[build-dependencies]
|
|
byteorder = "*"
|