feat(notgraph): scaffold crate with lib+bin targets

This commit is contained in:
Joseph O'Brien
2026-04-02 02:23:46 -04:00
parent 90a1de4e06
commit f9bd96530e
5 changed files with 28 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
fn main() {
println!("notgraph");
}