mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-07 20:39:04 +03:00
14 lines
191 B
TOML
14 lines
191 B
TOML
[package]
|
|
name = "snippet"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
[lib]
|
|
path = "src/snippet.rs"
|
|
doctest = false
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
smallvec.workspace = true
|