forked from aws/amazon-q-developer-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
29 lines (26 loc) · 687 Bytes
/
Cargo.toml
File metadata and controls
29 lines (26 loc) · 687 Bytes
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
27
28
29
[package]
name = "alacritty_terminal"
edition.workspace = true
version.workspace = true
publish.workspace = true
authors = [
"Christian Duerr <contact@christianduerr.com>",
"Joe Wilm <joe@jwilm.com>",
]
license = "Apache-2.0"
description = "Library for writing terminal emulators"
readme = "../README.md"
homepage = "https://github.com/alacritty/alacritty"
[lints]
workspace = true
[dependencies]
bitflags.workspace = true
camino.workspace = true
serde.workspace = true
serde_yaml = "0.9"
shell-color.workspace = true
tracing.workspace = true
unicode-width.workspace = true
vte = { version = "0.15.0", default-features = false }
[dev-dependencies]
serde_json.workspace = true