forked from NotAShelf/beer
beer: initial project scaffolding
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I07c4ee715f51332893e2466b8c52f8eb6a6a6964
This commit is contained in:
parent
c9b8424bd1
commit
35ea435776
4 changed files with 99 additions and 13 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue