blue-recorder/Cargo.toml

21 lines
381 B
TOML
Raw Normal View History

2021-01-31 08:49:35 +03:00
[package]
name = "blue-recorder"
version = "0.1.0"
2021-01-31 08:59:28 +03:00
authors = ["Salem Yaslem <s@sy.sa>"]
2021-01-31 08:49:35 +03:00
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2021-02-06 19:50:19 +03:00
gdk = "0.13.2"
2021-01-31 09:35:10 +03:00
glib = "0.10.3"
2021-01-31 21:37:40 +03:00
rust-ini = "0.16"
2021-01-31 09:35:10 +03:00
2021-01-31 08:49:35 +03:00
[dependencies.gtk]
version = "0.9.0"
features = ["v3_16"]
[dependencies.gio]
version = ""
features = ["v2_44"]