Skip to content

Commit

Permalink
fix: cant parse Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmuente committed Sep 17, 2021
1 parent d306773 commit c001025
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 23 deletions.
32 changes: 16 additions & 16 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions Cargo.toml
@@ -1,17 +1,17 @@
[package]
name = "radio"
name = "nightwaveplaza-tui"
version = "0.1.0"
authors = ["antti l"]
authors = ["joshmuente"]
edition = "2018"

[dependencies]
rand = "*"
rand = "0.8.4"
gstreamer = "0.7.0"
notify-rust = "*"
chrono = "*"
reqwest = {verion = "*", features = ["blocking"]}
notify-rust = "4.5.3"
chrono = "0.4.19"
reqwest = {verion = "0.11.4", features = ["blocking"]}
image = "0.23.14"
viuer = "*"
viuer = "0.5.2"
crossterm = "0.20"
ctrlc = { version = "3.1", features = ["termination"] }
term_size = "0.3.2"

0 comments on commit c001025

Please sign in to comment.