initial commit

This commit is contained in:
2026-04-20 15:13:26 +01:00
commit b521c4e4a0
22 changed files with 956 additions and 0 deletions

9
Cargo.toml Normal file
View File

@@ -0,0 +1,9 @@
[package]
name = "novem"
version = "0.1.0"
edition = "2024"
[dependencies]
anyhow = "1"
gpui = { version = "*" }
paste = "1.0"