chore: Reorganize file tree for easier onboarding. Rust project now at the root for simple git clone && cargo run
This commit is contained in:
2
private_repos/example/Cargo.toml
Normal file
2
private_repos/example/Cargo.toml
Normal file
@@ -0,0 +1,2 @@
|
||||
[package]
|
||||
name = "example"
|
||||
1
private_repos/example/src/main.rs
Normal file
1
private_repos/example/src/main.rs
Normal file
@@ -0,0 +1 @@
|
||||
fn main() {}
|
||||
Reference in New Issue
Block a user