Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.47.1 to 1.48.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.47.1...tokio-1.48.0) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.48.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
17 lines
345 B
TOML
17 lines
345 B
TOML
[package]
|
|
name = "publicly"
|
|
version = "1.0.2"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.100"
|
|
clap = { version = "4.5.50", features = ["derive"] }
|
|
env_logger = "0.11.7"
|
|
log = "0.4.28"
|
|
ratatui = "0.29.0"
|
|
ringbuffer = "0.16.0"
|
|
russh = "0.54.6"
|
|
thiserror = "2.0.17"
|
|
tokio = "1.48.0"
|
|
tui-textarea = { version = "0.7.0", features = ["termion"] }
|