19 lines
361 B
TOML
19 lines
361 B
TOML
[package]
|
|
name = "zed-semantic-version"
|
|
version = "0.1.0"
|
|
edition.workspace = true
|
|
publish = true
|
|
license = "Apache-2.0"
|
|
description = "A library for working with semantic versioning in gpui and Zed"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[lib]
|
|
path = "src/semantic_version.rs"
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
serde.workspace = true
|
|
workspace-hack.workspace = true
|