mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-08 07:35:01 +03: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"] }
|