feat: add token and span definitions

This commit is contained in:
2026-04-20 19:00:36 +02:00
parent 46028f9072
commit 51a4000f1f
4 changed files with 127 additions and 1 deletions
+2
View File
@@ -1,3 +1,5 @@
pub mod frontend;
fn main() {
println!("Hello, world!");
}