Why is it not commiting

This commit is contained in:
Danny Zou 2024-02-10 00:55:05 -05:00
parent 5cc7d6ce94
commit 5a630daebc
2 changed files with 12 additions and 1 deletions

10
Cargo.lock generated
View File

@ -1141,6 +1141,7 @@ checksum = "f41f2deec9249d16ef6b1a8442fbe16013f67053797052aa0b7d2f5ebd0f0098"
dependencies = [
"icondata_bs",
"icondata_core",
"icondata_io",
]
[[package]]
@ -1158,6 +1159,15 @@ version = "0.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1640a4c1d5ddd08ab1d9854ffa7a2fa3dc52339492676b6d3031e77ca579f434"
[[package]]
name = "icondata_io"
version = "0.0.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "134d9fb91cdd0e7ac971199e2c8c8eb917a975faeeee54b227a0068c4f70c886"
dependencies = [
"icondata_core",
]
[[package]]
name = "ident_case"
version = "1.0.1"

View File

@ -22,7 +22,8 @@ leptos_icons = { version = "0.1.0", default_features = false, features = [
"BsPlayFill",
"BsPauseFill",
"BsSkipStartFill",
"BsSkipEndFill"
"BsSkipEndFill",
"IoReturnUpBackSharp"
] }
dotenv = { version = "0.15.0", optional = true }
diesel = { version = "2.1.4", features = ["postgres", "r2d2"], optional = true }