feat: Initial commit

This commit is contained in:
uttarayan21
2025-10-31 20:54:28 +05:30
commit 07027d6121
24 changed files with 68758 additions and 0 deletions

18
Cargo.toml Normal file
View File

@@ -0,0 +1,18 @@
[workspace]
members = [".", "api", "typegen"]
[package]
name = "jello"
version = "0.1.0"
edition = "2024"
license = "MIT"
[dependencies]
clap = { version = "4.5", features = ["derive"] }
clap_complete = "4.5"
error-stack = "0.6"
gpui = { version = "0.2.2", default-features = false, features = ["wayland"] }
thiserror = "2.0"
tokio = "1.43.1"
tracing = "0.1"
tracing-subscriber = "0.3"