-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
28 lines (25 loc) · 828 Bytes
/
Copy pathCargo.toml
File metadata and controls
28 lines (25 loc) · 828 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[package]
name = "zwimki"
version = "0.1.0"
edition = "2024"
description = "Local-first architecture modeling and anchored AI-assisted code changes."
license = "MIT"
readme = "README.md"
[profile.dev]
debug = 1
incremental = false
[profile.test]
debug = 1
incremental = false
[dependencies]
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.149"
tree-sitter = "0.26.8"
tree-sitter-dart = "0.1.0"
axum = "0.8.6"
tokio = { version = "1.48.0", features = ["rt-multi-thread", "macros", "net"] }
reqwest = { version = "0.12.24", default-features = false, features = ["json", "rustls-tls"] }
webbrowser = "1.0.6"
keyring = { version = "3.6.3", default-features = false, features = ["apple-native", "windows-native", "linux-native-sync-persistent", "crypto-rust"] }
walkdir = "2.5.0"
encoding_rs_io = "0.1.7"