-
Notifications
You must be signed in to change notification settings - Fork 49
Expand file tree
/
Copy pathCargo.toml
More file actions
25 lines (24 loc) · 800 Bytes
/
Cargo.toml
File metadata and controls
25 lines (24 loc) · 800 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[package]
name = "telegrand"
version = "0.1.0"
authors = ["Marco Melorio <marco.melorio@protonmail.com>"]
edition = "2021"
[dependencies]
adw = { version = "0.3", package = "libadwaita", features = ["v1_3"] }
anyhow = "1.0"
ellipse = "0.2"
futures = { version = "0.3", default-features = false }
gettext-rs = { version = "0.7", features = ["gettext-system"] }
gtk = { version = "0.6", package = "gtk4", features = ["v4_8", "blueprint"] }
image = { version = "0.24", default-features = false, features = ["webp"] }
indexmap = "1.9"
itertools = "0.10.5"
locale_config = "0.3"
log = "0.4"
once_cell = "1.17"
pretty_env_logger = "0.4"
qrcode-generator = { version = "4.1", default-features = false }
regex = "1.7"
tdlib = { version = "0.4", default-features = false }
temp-dir = "0.1"
thiserror = "1.0"