-
Notifications
You must be signed in to change notification settings - Fork 1
/
Cargo.toml
26 lines (24 loc) · 917 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[package]
name = "rcwi"
version = "0.1.0"
authors = ["ulf <[email protected]>"]
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[workspace]
members = [
"editor-input",
]
[dependencies]
editor-input = { path = "./editor-input/" }
indicium = "0.3.0"
tui = { version = "0.16.0", features = ["crossterm"] }
crossterm = "0.20"
unicode-width = "0.1"
tokio = { version = "1", features = ["rt"] }
aws-sdk-cloudwatchlogs = { git = "https://github.com/awslabs/aws-sdk-rust", tag = "v0.0.25-alpha", package = "aws-sdk-cloudwatchlogs" }
aws-config = { git = "https://github.com/awslabs/aws-sdk-rust", tag = "v0.0.25-alpha", package = "aws-config" }
flexi_logger = "0.19"
log = "0.4"
time = { version = "0.3", features = ["formatting", "parsing"] }
home = "0.5.3"
arboard = { version = "2", features = ["wayland-data-control"], default-features = false }