forked from NotAShelf/beer
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I163bfdc04dc7986d8e6406e8cbd3fa1c6a6a6964
34 lines
870 B
TOML
34 lines
870 B
TOML
[package]
|
|
name = "beer"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
license.workspace = true
|
|
description = "A fast, software-rendered, Wayland-native terminal emulator"
|
|
readme = "README.md"
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
beer-protocols.workspace = true
|
|
calloop.workspace = true
|
|
calloop-wayland-source.workspace = true
|
|
fontconfig.workspace = true
|
|
freetype-rs.workspace = true
|
|
harfbuzz_rs_now.workspace = true
|
|
lru.workspace = true
|
|
pound.workspace = true
|
|
rustix.workspace = true
|
|
serde.workspace = true
|
|
serde_ignored.workspace = true
|
|
smithay-client-toolkit.workspace = true
|
|
thiserror.workspace = true
|
|
toml.workspace = true
|
|
tracing.workspace = true
|
|
tracing-subscriber.workspace = true
|
|
unicode-width.workspace = true
|
|
vte.workspace = true
|
|
wayland-client.workspace = true
|
|
wayland-protocols.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|