forked from NotAShelf/beer
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: Ib7706308c892e43d2044fbb766505e9e6a6a6964
17 lines
519 B
TOML
17 lines
519 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 is kept in lockstep with beer so the types
|
|
# unify to a single definition across the workspace.
|
|
smithay-client-toolkit = "0.20.0"
|
|
|
|
[lints]
|
|
workspace = true
|