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 dba091d commit 03ead12
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 109 deletions.
108 changes: 0 additions & 108 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 @@ -22,7 +22,7 @@ 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"] }
sea-orm = { version = "0.12", features = ["sqlx-mysql", "sqlx-sqlite", "runtime-tokio-native-tls"] }
sea-orm = { version = "0.12", features = ["sqlx-mysql", "sqlx-sqlite", "runtime-tokio"] }
rand = "0.8.5"
actix-web = { version = "4.4" }
actix-files = { version = "0.6" }
Expand Down

0 comments on commit 03ead12

Please sign in to comment.