Initial commit for frontend

This commit is contained in:
2025-01-10 00:28:27 -05:00
commit 85dce7f39f
4 changed files with 203 additions and 0 deletions

9
Cargo.toml Normal file
View File

@@ -0,0 +1,9 @@
[package]
name = "comlexr"
version = "0.1.0"
edition = "2021"
[dependencies]
proc-macro2 = "1.0.92"
quote = "1.0.38"
syn = { version = "2.0.96", features = ["full"] }