summaryrefslogtreecommitdiff
path: root/toolkit/Cargo.toml
blob: c7417a605e26b89e3072a2207cf1d62c18b5f0cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "toolkit"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
framebuffer = "0.3.1"
embedded-graphics = "0.7.1"
embedded_graphics_framebuffer = "0.1.1"
ctrlc = "3.4.2"
chrono = "0.4.33"
termion = "3.0.0"
console = "0.15.8"
crossterm = "0.27.0"