Resolve dep store paths and synthesize vendor.toml at outer eval time. Add tests/e2e/buildCppPackage smoke fixture with a run.sh Update CHANGELOG.md with the M7 changes.
8 lines
100 B
TOML
8 lines
100 B
TOML
[package]
|
|
name = "e2e_demo"
|
|
version = "0.1.0"
|
|
edition = "cpp23"
|
|
|
|
[dependencies]
|
|
nlohmann_json = "*"
|