-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
44 lines (40 loc) · 1.19 KB
/
Cargo.toml
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
[package]
name = "rusant"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
gtk = {package = "gtk4", version = "0.5.1"}
gst = {package = "gstreamer", version = "0.19.2"}
gst_base = {package = "gstreamer-base", version = "0.19.2"}
gst_video = {package = "gstreamer-video", version = "0.19.2"}
gst_audio = {package = "gstreamer-app", version = "0.19.2"}
gst_app = {package = "gstreamer-audio", version = "0.19.2"}
gstgtk4 = {package = "gst-plugin-gtk4", version = "0.9.1"}
gstreamer-sys = "0.6.1"
config = "0.13.1"
glib = "0.16.3"
byte-slice-cast = "1"
gobject-sys = "0.16.3"
log = "0.4"
pretty_env_logger = "0.4"
libadwaita = {package = "libadwaita", version = "0.2.1", features = ["v1_2"]}
rss = "*"
curio = "*"
gio = "0.16.7"
gtk-macros = "0.3.0"
once_cell = "1.17.0"
regex = "1"
webkit2gtk5 = "0.2.0"
derive_more = "0.99.17"
anyhow = "1.0.68"
serde_json = "1.0.91"
serde = "1.0.152"
saltpanelo-sys = { path = "saltpanelo-sys" }
open = "3.2.0"
[build-dependencies]
glib-build-tools = "0.16.3"
libadwaita = {package = "libadwaita", version = "0.2.1", features = ["v1_2"]}
[[bin]]
name = "rusant"
path = "src/main.rs"