beer: initial project scaffolding

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I07c4ee715f51332893e2466b8c52f8eb6a6a6964
This commit is contained in:
raf 2026-06-20 12:50:48 +03:00
commit 35ea435776
No known key found for this signature in database
GPG key ID: 29D95B64378DB4BF
4 changed files with 99 additions and 13 deletions

View file

@ -1,20 +1,19 @@
[package]
name = "wterm"
name = "beer"
version = "0.0.0"
edition = "2024"
rust-version = "1.95"
rust-version = "1.95.0"
description = "A fast, software-rendered, Wayland-native terminal emulator"
license = "EUPL-1.2"
readme = true
default-run = "wterm"
[dependencies]
anyhow = "1.0.102"
pound = "0.1.6"
tracing = "0.1.44"
tracing-subscriber = { version = "0.3.23", features = ["env-filter"] }
[lints.rust]
rust_2018_idioms = { level = "warn", priority = -1 }
unsafe_op_in_unsafe_fn = "deny"
missing_debug_implementations = "warn"