beer/crates/beer-protocols/Cargo.toml
NotAShelf bb94543f61
meta: move everything to virtual manifest; version beer-protocols
Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I163bfdc04dc7986d8e6406e8cbd3fa1c6a6a6964
2026-06-26 13:47:16 +03:00

17 lines
546 B
TOML

[package]
name = "beer-protocols"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
description = "Terminal protocol codecs and key/mouse wire encoders used by beer"
readme = "README.md"
[dependencies]
# Provides the keyboard vocabulary (Keysym, Modifiers, KeyEvent) the key
# encoder consumes. The version comes from [workspace.dependencies] so it is
# always the same as beer's and the types unify to a single definition.
smithay-client-toolkit.workspace = true
[lints]
workspace = true