[package]
name = "beetry-plugin"
description = "Internal beetry crate. For the public API, check the beetry crate."
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
readme.workspace = true
repository.workspace = true
categories.workspace = true
keywords.workspace = true
[dependencies]
anyhow.workspace = true
beetry-channel = { version = "0.2.0", path = "../beetry-channel" }
beetry-core = { version = "0.2.0", path = "../beetry-core" }
beetry-editor-types = { version = "0.2.0", path = "../beetry-editor-types" }
beetry-macros = { version = "0.2.0", path = "../beetry-macros" }
beetry-message = { version = "0.2.0", path = "../beetry-message" }
bon.workspace = true
inventory = "0.3.21"
mitsein.workspace = true
serde.workspace = true
serde-value = "0.7.0"
thiserror.workspace = true
[dev-dependencies]
type_hash = "0.3.0"
[lints]
workspace = true