2022-12-03 11:55:46 +00:00
|
|
|
[env]
|
2024-04-09 15:15:15 +00:00
|
|
|
CFLAGS = "@RUST_CFLAGS@"
|
2022-12-03 11:55:46 +00:00
|
|
|
CXXFLAGS = "@RUST_CXXFLAGS@"
|
2024-04-04 17:22:38 +00:00
|
|
|
|
2024-04-09 15:15:15 +00:00
|
|
|
[build]
|
|
|
|
rustflags = @RUSTFLAGS@
|
|
|
|
rustdocflags = @RUSTFLAGS@
|
|
|
|
@RUSTCWRAPPER@
|
|
|
|
|
|
|
|
[unstable]
|
|
|
|
@RUST_CARGO_BUILD_STD@
|
|
|
|
|
2024-04-04 17:22:38 +00:00
|
|
|
[source.crates-io]
|
2024-04-05 11:17:25 +00:00
|
|
|
registry = 'sparse+https://index.crates.io/'
|
|
|
|
replace-with = 'local-registry'
|
|
|
|
|
|
|
|
[source."git+https://github.com/azat-rust/tuikit.git?rev=e1994c0e03ff02c49cf1471f0cc3cbf185ce0104"]
|
|
|
|
git = "https://github.com/azat-rust/tuikit.git"
|
|
|
|
rev = "e1994c0e03ff02c49cf1471f0cc3cbf185ce0104"
|
2024-04-04 17:22:38 +00:00
|
|
|
replace-with = "vendored-sources"
|
|
|
|
|
2024-04-05 11:17:25 +00:00
|
|
|
[source.local-registry]
|
2024-04-08 22:42:40 +00:00
|
|
|
local-registry = "@RUST_VENDOR_DIR@"
|
2024-04-05 11:17:25 +00:00
|
|
|
|
2024-04-04 17:22:38 +00:00
|
|
|
[source.vendored-sources]
|
2024-04-08 22:42:40 +00:00
|
|
|
directory = "@RUST_VENDOR_DIR@"
|