Initial Commit
This commit is contained in:
25
Cargo.toml
Normal file
25
Cargo.toml
Normal file
@@ -0,0 +1,25 @@
|
||||
[package]
|
||||
name = "TermCode"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
ratatui = "0.29"
|
||||
crossterm = "0.28"
|
||||
tokio = { version = "1.35", features = ["full"] }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
toml = "0.8"
|
||||
ropey = "1.6"
|
||||
anyhow = "1.0"
|
||||
unicode-width = "0.1"
|
||||
dirs = "5.0"
|
||||
path-absolutize = "3.1"
|
||||
clap = { version = "4.4", features = ["derive"] }
|
||||
arboard = "3.3"
|
||||
chrono = "0.4"
|
||||
|
||||
[dev-dependencies]
|
||||
tempfile = "3.8"
|
||||
|
||||
[package.metadata.appimage]
|
||||
icon = "termcode.svg"
|
||||
Reference in New Issue
Block a user