mirror of
https://github.com/atuinsh/atuin.git
synced 2024-11-22 08:13:57 +01:00
24 lines
526 B
TOML
24 lines
526 B
TOML
[package]
|
|
name = "atuin-run"
|
|
edition = "2021"
|
|
version = "0.1.0"
|
|
authors.workspace = true
|
|
rust-version.workspace = true
|
|
license.workspace = true
|
|
homepage.workspace = true
|
|
repository.workspace = true
|
|
readme.workspace = true
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
eyre.workspace = true
|
|
ratatui.workspace = true
|
|
tokio.workspace = true
|
|
crossterm.workspace = true
|
|
comrak = "0.22"
|
|
portable-pty = "0.8.1"
|
|
vt100 = "0.15.2"
|
|
tui-term = "0.1.10"
|
|
bytes = "1.6.0"
|