zed/crates/story/Cargo.toml
Marshall Bowers 226d683ba4
story: Remove unneeded lib.name (#17156)
This PR removes the `lib.name` field from the `story` crate's
`Cargo.toml`, as it is not needed.

Release Notes:

- N/A
2024-08-30 09:23:45 -04:00

18 lines
280 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 = { package = "itertools", version = "0.13" }
smallvec.workspace = true