aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 8aa104a8c1785553ea02d5df1700936cee901704 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[package]
name = "linea_caliente"
version = "0.1.0"
edition = "2021"
license = "AGPL-3.0-or-later"
description = "A hotline protocol library"
homepage = "https://r.bdr.sh/hotline.html"
authors = ["Rubén Beltrán del Río <linea_caliente@r.bdr.sh>"]

[dependencies]
thiserror = "2.0.11"

[profile.release]
strip = true
lto = true
panic = "abort"

[lints.clippy]
pedantic = "warn"