zed/crates/refineable/Cargo.toml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

17 lines
266 B
TOML
Raw Normal View History

[package]
name = "refineable"
version = "0.1.0"
edition.workspace = true
publish.workspace = true
license = "Apache-2.0"
[lints]
workspace = true
[lib]
path = "src/refineable.rs"
doctest = false
[dependencies]
derive_refineable = { path = "./derive_refineable" }