mirror of
https://github.com/xlmnxp/blue-recorder.git
synced 2024-11-23 17:13:11 +03:00
17 lines
341 B
TOML
17 lines
341 B
TOML
|
[package]
|
||
|
name = "blue-recorder"
|
||
|
version = "0.1.0"
|
||
|
authors = ["Salem Yaslem <xlmnxp@outlook.sa>"]
|
||
|
edition = "2018"
|
||
|
|
||
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||
|
|
||
|
[dependencies]
|
||
|
[dependencies.gtk]
|
||
|
version = "0.9.0"
|
||
|
features = ["v3_16"]
|
||
|
|
||
|
[dependencies.gio]
|
||
|
version = ""
|
||
|
features = ["v2_44"]
|