[package] name = "binatime" version = "1.0.1" edition = "2021" authors = [ "scientiac < iac@scientiac.space >" ] description = "A binary clock in the terminal." readme = "README.md" repository = "https://gitlab.com/scientiac/binatime" homepage = "https://gitlab.com/scientiac/binatime.git" license = "GPL-3.0" [badges.gitlab] repository = "scientiac/binatime" [dependencies] chrono = "0.4.31" figlet-rs = "0.1.5" termion = "2.0.3" async-std = "1.12.0"