feat(example): add new example crate with basic setup

This commit is contained in:
2025-02-12 14:32:17 -05:00
parent 31e92a08a4
commit 83b4efd625
3 changed files with 7 additions and 27 deletions

View File

@@ -0,0 +1,2 @@
[package]
name = "example"

View File

@@ -0,0 +1 @@
fn main() {}