mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-25 19:29:49 +00:00
956748e10c
Co-Authored-By: Nathan Sobo <nathan@zed.dev> Co-Authored-By: Antonio Scandurra <me@as-cii.com>
13 lines
243 B
TOML
13 lines
243 B
TOML
[package]
|
|
name = "snippet"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
path = "src/snippet.rs"
|
|
|
|
[dependencies]
|
|
anyhow = "1.0"
|
|
smallvec = { version = "1.6", features = ["union"] }
|
|
tree-sitter = "0.20"
|
|
tree-sitter-snippet = { path = "./grammar" }
|