initial commit
This commit is contained in:
+26
@@ -0,0 +1,26 @@
|
||||
[package]
|
||||
name = "pomodoro"
|
||||
edition = "2021"
|
||||
version = "0.1.0"
|
||||
|
||||
[dependencies]
|
||||
futures = "0.3"
|
||||
crossterm = { version = "0.26", default-features = false, features = [
|
||||
"event-stream",
|
||||
] }
|
||||
tokio = { version = "1.25", default-features = false, features = [
|
||||
"io-util",
|
||||
"macros",
|
||||
"sync",
|
||||
"rt",
|
||||
"libc",
|
||||
"memchr",
|
||||
"io-std",
|
||||
"bytes",
|
||||
"time",
|
||||
] }
|
||||
|
||||
[profile.release]
|
||||
opt-level = "z"
|
||||
lto = false
|
||||
strip = true
|
||||
Reference in New Issue
Block a user