mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-08 07:35:01 +03:00
226d683ba4
This PR removes the `lib.name` field from the `story` crate's `Cargo.toml`, as it is not needed. Release Notes: - N/A
18 lines
280 B
TOML
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
|