mirror of
https://github.com/Noratrieb/cargo-minimize.git
synced 2026-01-14 16:35:01 +01:00
12 lines
240 B
TOML
12 lines
240 B
TOML
[workspace]
|
|
|
|
[package]
|
|
name = "tstest"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
tree-sitter = "0.20.10"
|
|
tree-sitter-rust = "0.20.4"
|