mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
27 lines
620 B
TOML
27 lines
620 B
TOML
[env]
|
|
CFLAGS = "@RUST_CFLAGS@"
|
|
CXXFLAGS = "@RUST_CXXFLAGS@"
|
|
|
|
[build]
|
|
rustflags = @RUSTFLAGS@
|
|
rustdocflags = @RUSTFLAGS@
|
|
@RUSTCWRAPPER@
|
|
|
|
[unstable]
|
|
@RUST_CARGO_BUILD_STD@
|
|
|
|
[source.crates-io]
|
|
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"
|
|
replace-with = "vendored-sources"
|
|
|
|
[source.local-registry]
|
|
local-registry = "@RUST_VENDOR_DIR@"
|
|
|
|
[source.vendored-sources]
|
|
directory = "@RUST_VENDOR_DIR@"
|