zed/crates/story/Cargo.toml
Marshall Bowers 8da58bbe3a
story: Use itertools as a workspace dependency (#22919)
This PR makes the `story` crate depend on `itertools` as a workspace
dependency.

Release Notes:

- N/A
2025-01-09 21:19:17 +00:00

17 lines
251 B
TOML

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