clean up outer functions

This commit is contained in:
Dr. Matthias Ratajczak
2023-03-02 16:14:30 +01:00
parent 54c2255c1c
commit 7bf31b9ee2
3 changed files with 89 additions and 39 deletions
Generated
+7
View File
@@ -2,6 +2,12 @@
# It is not intended for manual editing.
version = 3
[[package]]
name = "anyhow"
version = "1.0.69"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "224afbd727c3d6e4b90103ece64b8d1b67fbb1973b1046c2281eed3f3803f800"
[[package]]
name = "autocfg"
version = "1.1.0"
@@ -183,6 +189,7 @@ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
name = "pomodoro"
version = "0.1.0"
dependencies = [
"anyhow",
"crossterm",
"futures",
"tokio",