zed/crates/snippet/Cargo.toml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

18 lines
263 B
TOML
Raw Normal View History

[package]
name = "snippet"
version = "0.1.0"
edition.workspace = true
publish.workspace = true
license = "GPL-3.0-or-later"
[lints]
workspace = true
[lib]
path = "src/snippet.rs"
doctest = false
[dependencies]
anyhow.workspace = true
smallvec.workspace = true