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
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -6,7 +6,7 @@
//! edition = "2021"
//!
//! [dependencies]
//! nob = { git = "https://gitlab.isae-supaero.fr/a.stevan/nob.rs" }
//! nob = { git = "https://gitlab.isae-supaero.fr/a.stevan/nob.rs", rev = "26548f75f15c299ae2bb609348f99823aa4fd594" }
//! clap = { version = "4.5.17", features = ["derive"] }
//! ```
extern crate clap;
Loading