zed/crates/story/Cargo.toml

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

18 lines
268 B
TOML
Raw Normal View History

[package]
name = "story"
version = "0.1.0"
edition.workspace = true
publish.workspace = true
license = "GPL-3.0-or-later"
[lib]
path = "src/story.rs"
[lints]
workspace = true
[dependencies]
gpui.workspace = true
itertools.workspace = true
smallvec.workspace = true