13 lines
291 B
TOML
13 lines
291 B
TOML
[package]
|
|
name = "rang"
|
|
version = "0.1.0"
|
|
authors = ["Piyush Mishra <piyush.raj.kit@gmail.com>"]
|
|
license = "GPL 3.0"
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
gtk = "0.9.2"
|
|
gio = "0.9.1"
|
|
glib = "0.10.3" |