forked from NotAShelf/beer
17 lines
546 B
TOML
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
|