zed/crates/story/Cargo.toml
Nate Butler 6646b15f29
Standardize story crate lib name (#17117)
`crates/story/src/lib.rs` -> `crates/story/src/story.rs`

Release Notes:

- N/A
2024-08-29 20:07:39 -04:00

19 lines
295 B
TOML

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