zed/crates/snippet/Cargo.toml

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

18 lines
246 B
TOML
Raw Normal View History

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