-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
29 lines (26 loc) · 736 Bytes
/
Copy pathCargo.toml
File metadata and controls
29 lines (26 loc) · 736 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
29
[package]
name = "starconf"
version = "0.1.0"
edition = "2021"
[dependencies]
allocative = "0.3.4"
anyhow = "1.0.98"
clap = { version = "4.5.37", features = ["derive", "env"] }
derive_more = { version = "2.0.1", features = ["full"] }
display_container = "0.9.0"
dupe = "0.9.1"
either = "1.15.0"
indent = "0.1.1"
semver = "1.0.26"
serde = "1.0.219"
starlark = "0.13.0"
starlark_derive = "0.13.0"
starlark_map = "0.13.0"
tempfile = "3.20.0"
thiserror = "2.0.12"
# tree-sitter = "0.25.4"
# tree-sitter-meson = { git = "https://github.com/tree-sitter-grammars/tree-sitter-meson.git", rev = "b1ff0037b665e7e84715390820d6ecbe763a9c79" }
# tree-sitter-meson = { path = "tree-sitter-meson" }
[[bin]]
name = "docgen"
path = "./src/docgen.rs"