can't be bothered writing a commit message
This commit is contained in:
commit
697b009627
55 changed files with 21320 additions and 0 deletions
14
breadarr-tui/Cargo.toml
Normal file
14
breadarr-tui/Cargo.toml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
[package]
|
||||
name = "breadarr-tui"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
breadarr-shared.workspace = true
|
||||
tokio.workspace = true
|
||||
anyhow.workspace = true
|
||||
reqwest.workspace = true
|
||||
serde.workspace = true
|
||||
ratatui.workspace = true
|
||||
crossterm.workspace = true
|
||||
chrono.workspace = true
|
||||
Loading…
Add table
Add a link
Reference in a new issue