simplelink/Cargo.toml
dependabot[bot] ffe0e9479b
Bump sqlx from 0.7.4 to 0.8.1
Bumps [sqlx](https://github.com/launchbadge/sqlx) from 0.7.4 to 0.8.1.
- [Changelog](https://github.com/launchbadge/sqlx/blob/main/CHANGELOG.md)
- [Commits](https://github.com/launchbadge/sqlx/compare/v0.7.4...v0.8.1)

---
updated-dependencies:
- dependency-name: sqlx
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-25 08:18:12 +00:00

25 lines
670 B
TOML

[package]
name = "SimpleLink"
version = "0.1.0"
edition = "2021"
[dependencies]
jsonwebtoken = "9"
actix-web = "4.4"
actix-cors = "0.6"
tokio = { version = "1.36", features = ["full"] }
sqlx = { version = "0.8", features = ["runtime-tokio-native-tls", "postgres", "uuid", "chrono"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
anyhow = "1.0"
thiserror = "1.0"
tracing = "0.1"
tracing-subscriber = "0.3"
uuid = { version = "1.7", features = ["v4", "serde"] }
base62 = "2.0"
clap = { version = "4.5", features = ["derive"] }
dotenv = "0.15"
chrono = { version = "0.4", features = ["serde"] }
regex = "1.10"
lazy_static = "1.4"
argon2 = "0.5.3"