Skip to content

Commit

Permalink
sync
Browse files Browse the repository at this point in the history
  • Loading branch information
tkzcfc committed Jul 18, 2024
1 parent 03ead12 commit 95ab97c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion np_server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ once_cell = "1.19.0"
clap = { version = "4.4.12", features = ["derive"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
#sqlx = { version = "0.7", features = [ "mysql", "sqlite", "runtime-tokio-native-tls"] }
sqlx = { version = "0.7", features = [ "mysql", "sqlite", "runtime-tokio"] }
sea-orm = { version = "0.12", features = ["sqlx-mysql", "sqlx-sqlite", "runtime-tokio"] }
rand = "0.8.5"
actix-web = { version = "4.4" }
Expand Down

0 comments on commit 95ab97c

Please sign in to comment.