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

[dependencies]
tokio = { version="1", features=["full"] }
crossterm = "0.27.0"
ratatui = "0.26.2"
sqlx = { version = "0.7", features = ["runtime-tokio", "sqlite"] }

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