Skip to content
Snippets Groups Projects

use `gitlab.isae-supaero.fr:a.stevan/nob.rs` to build

Merged STEVAN Antoine requested to merge use-nob-to-build into main
1 file
+ 5
0
Compare changes
  • Side-by-side
  • Inline
+ 5
0
#!/usr/bin/env run-cargo-script
//! ```cargo
//! [package]
//! name = "komodo-make"
//! version = "1.0.0"
//! edition = "2021"
//!
//! [dependencies]
//! nob = { git = "https://gitlab.isae-supaero.fr/a.stevan/nob.rs" }
//! clap = { version = "4.5.17", features = ["derive"] }
Loading