brewery
notashelf /
f42924c4735e34dfb21c3a6e5a7183df4a5db419

beer

public

A terminal worth pouring time into

Star0tarball
clone
ssh://git@git.notashelf.dev:33/notashelf/beer.git
crates/beer-protocols/Cargo.tomlToml17 lines546 B
1
[package]
2
name = "beer-protocols"
3
version.workspace = true
4
edition.workspace = true
5
rust-version.workspace = true
6
license.workspace = true
7
description = "Terminal protocol codecs and key/mouse wire encoders used by beer"
8
readme = "README.md"
9
10
[dependencies]
11
# Provides the keyboard vocabulary (Keysym, Modifiers, KeyEvent) the key
12
# encoder consumes. The version comes from [workspace.dependencies] so it is
13
# always the same as beer's and the types unify to a single definition.
14
smithay-client-toolkit.workspace = true
15
16
[lints]
17
workspace = true