ClickHouse/rust/workspace/.cargo/config.toml.in

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

27 lines
620 B
TOML
Raw Normal View History

[env]
CFLAGS = "@RUST_CFLAGS@"
CXXFLAGS = "@RUST_CXXFLAGS@"
2024-04-04 17:22:38 +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]
local-registry = "@RUST_VENDOR_DIR@"
2024-04-05 11:17:25 +00:00
2024-04-04 17:22:38 +00:00
[source.vendored-sources]
directory = "@RUST_VENDOR_DIR@"