mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-01-07 03:56:42 +01:00
feat(make): cli depends on API, generically
This allows us to build efficiently. CLI programs can now have their own cmn.rs implementation, which we can test standalone with `cargo test`. The primary makefile currently just explicitly pulls in the type-*.yaml, one day we could possibly put it into a loop. Fixes #11
This commit is contained in:
2
gen/groupsmigration1-cli/src/cmn.rs
Normal file
2
gen/groupsmigration1-cli/src/cmn.rs
Normal file
@@ -0,0 +1,2 @@
|
||||
// COPY OF 'src/rust/cli/cmn.rs'
|
||||
// DO NOT EDIT
|
||||
3
gen/groupsmigration1-cli/src/main.rs
Normal file
3
gen/groupsmigration1-cli/src/main.rs
Normal file
@@ -0,0 +1,3 @@
|
||||
fn main() {
|
||||
println!("Hello, groupsmigration:v1 !");
|
||||
}
|
||||
Reference in New Issue
Block a user