blob: b9f878c13296234bae8f28eb4597546ab95de82d (
plain)
1
2
3
4
5
6
7
|
add_rules("mode.release", "mode.debug")
add_requires("cargo::test", {configs = {cargo_toml = path.join(os.projectdir(), "Cargo.toml")}})
target("test")
set_kind("binary")
add_files("src/main.rs")
add_packages("cargo::test")
|