mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-27 02:48:34 +00:00
12 lines
177 B
TOML
12 lines
177 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"] }
|