-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
style: progress indicator when inserting db
- Loading branch information
1 parent
23d7348
commit 569965c
Showing
4 changed files
with
23 additions
and
12 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,11 @@ | ||
[package] | ||
name = "auto-frs-schedule" | ||
version = "2.0.0" | ||
version = "2.1.0" | ||
edition = "2021" | ||
about = "Automatically generate TC FRS schedule from Excel file" | ||
author = "Mohamad Kholid Bughowi <[email protected]>" | ||
description = "Automatically generate TC FRS schedule from Excel file" | ||
authors = ["Mohamad Kholid Bughowi <[email protected]>"] | ||
readme = "README.md" | ||
repository = "https://github.com/albugowy15/auto-frs-schedule" | ||
|
||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
|
||
|
@@ -15,7 +17,7 @@ lto = true | |
calamine = "0.21.2" | ||
tokio = { version = "1", features = ["rt-multi-thread", "macros"] } | ||
cuid = "1.3.1" | ||
clap = { version = "4.3.9", features = ["derive"] } | ||
clap = { version = "4.3.11", features = ["derive"] } | ||
anyhow = "1.0.71" | ||
sqlx = { version = "0.6.3", features = [ "runtime-tokio-native-tls", "mysql" ] } | ||
indicatif = "0.17.5" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters