← Back to context Comment by colejohnson66 3 years ago Rust is built on TOML. For better or worse. 2 comments colejohnson66 Reply notriddle 3 years ago Do you mean Cargo? Because Cargo is not a CI system. You never embed shell commands in a Cargo.toml.If you need to program complex logic to build a crate, you don’t write TOML. You write a build.rs file in actual Rust. Too 3 years ago If embedding shell commands in a configuration language is considered a CI system I think we are doomed.
notriddle 3 years ago Do you mean Cargo? Because Cargo is not a CI system. You never embed shell commands in a Cargo.toml.If you need to program complex logic to build a crate, you don’t write TOML. You write a build.rs file in actual Rust. Too 3 years ago If embedding shell commands in a configuration language is considered a CI system I think we are doomed.
Too 3 years ago If embedding shell commands in a configuration language is considered a CI system I think we are doomed.
Do you mean Cargo? Because Cargo is not a CI system. You never embed shell commands in a Cargo.toml.
If you need to program complex logic to build a crate, you don’t write TOML. You write a build.rs file in actual Rust.
If embedding shell commands in a configuration language is considered a CI system I think we are doomed.