20 lines
512 B
TOML
20 lines
512 B
TOML
[package]
|
|
name = "tarangam_dwij"
|
|
version = "0.1.0"
|
|
authors = ["Piyush Mishra <piyush.raj.kit@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
tokio = { version = "1.5.0", features = ["rt", "rt-multi-thread", "macros", "time", "sync"] }
|
|
gtk = "0.9.2"
|
|
gdk = "0.13.2"
|
|
gio = "0.9.1"
|
|
glib = "0.10.3"
|
|
png = "0.16.8"
|
|
cairo-rs = { version = "0.9.1", features = ["png"] }
|
|
rand = "0.8.1"
|
|
libmath = "0.2.1"
|
|
serialport = "4.0.1"
|