Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
zrll12 committed Oct 31, 2024
2 parents 2971653 + 1ea1e47 commit 1080568
Show file tree
Hide file tree
Showing 87 changed files with 2,793 additions and 2,876 deletions.
Empty file modified .github/workflows/docker-image.yml
100644 → 100755
Empty file.
1,220 changes: 691 additions & 529 deletions Cargo.lock

Large diffs are not rendered by default.

35 changes: 17 additions & 18 deletions Cargo.toml
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[package]
name = "klpbbs_survey_backend"
description = ""
version = "0.1.0"
version = "1.5.0"
edition = "2021"
build = "build.rs"

Expand All @@ -16,32 +15,32 @@ tracing-appender = "0.2.3"

#web
axum = { version = "0.7.5", features = ["multipart"] }
tower-http = { version = "0.5.2", features = ["catch-panic", "trace", "cors", "sensitive-headers"] }
axum-server = { version = "0.6.0", features = ["tls-rustls"] }
tower-http = { version = "0.6.1", features = ["catch-panic", "trace", "cors", "sensitive-headers"] }
axum-server = { version = "0.7.1", features = ["tls-rustls"] }

#serde
serde = { version = "1.0.204", features = ["derive"] }
serde_json = "1.0.121"
serde-inline-default = "0.2.0"
toml = "0.8.16"
serde = { version = "1.0.213", features = ["derive"] }
serde_json = "1.0.132"
serde-inline-default = "0.2.2"
toml = "0.8.19"

#tools
lazy_static = "1.5.0"
tokio = "1.39.2"
tokio = "1.41.0"
diff = "0.1.13"
moka = { version = "0.12.8", features = ["future"] }
rand = "0.8.5"
reqwest = "0.12.5"
uuid = { version = "1.9.1", features = ["v4"] }
shadow-rs = "0.33.0"
shadow-rs = "0.35.1"

#database
migration = {path = "migration"}
sea-orm = { version = "1.0.1", features = ["macros", "sqlx-postgres", "runtime-tokio-rustls"] }
migration = { path = "migration" }
sea-orm = { version = "1.1.0", features = ["macros", "sqlx-postgres", "runtime-tokio-rustls"] }
futures = "0.3.30"
moka = { version = "0.12.8", features = ["future"] }
rand = "0.8.5"
chrono = "0.4.38"
reqwest = "0.12.8"
ammonia = "4.0.0"

uuid = { version = "1.11.0", features = ["v4"] }
log = "0.4.22"

[build-dependencies]
shadow-rs = "0.33.0"
shadow-rs = "0.35.1"
Empty file modified Dockerfile
100644 → 100755
Empty file.
Empty file modified LICENSE
100644 → 100755
Empty file.
Empty file modified README.md
100644 → 100755
Empty file.
Empty file modified README_CN.md
100644 → 100755
Empty file.
Empty file modified favicon.svg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 1080568

Please sign in to comment.