mirror of
https://github.com/cupcakearmy/cryptgeon.git
synced 2025-04-03 08:46:12 +00:00
Bumps the cargo group with 1 update in the /packages/backend directory: [ring](https://github.com/briansmith/ring). Updates `ring` from 0.16.20 to 0.17.12 - [Changelog](https://github.com/briansmith/ring/blob/main/RELEASES.md) - [Commits](https://github.com/briansmith/ring/commits) --- updated-dependencies: - dependency-name: ring dependency-type: direct:production dependency-group: cargo ... Signed-off-by: dependabot[bot] <support@github.com>
28 lines
559 B
TOML
28 lines
559 B
TOML
[package]
|
|
name = "cryptgeon"
|
|
version = "2.9.1"
|
|
authors = ["cupcakearmy <hi@nicco.io>"]
|
|
edition = "2021"
|
|
rust-version = "1.85"
|
|
|
|
[[bin]]
|
|
name = "cryptgeon"
|
|
path = "src/main.rs"
|
|
|
|
[dependencies]
|
|
# Core
|
|
axum = "0.7.5"
|
|
serde = { version = "1.0.208", features = ["derive"] }
|
|
tokio = { version = "1.39.3", features = ["full"] }
|
|
tower = "0.5.0"
|
|
tower-http = { version = "0.5.2", features = ["full"] }
|
|
redis = { version = "0.25.2", features = ["tls-native-tls"] }
|
|
|
|
# Utility
|
|
serde_json = "1"
|
|
lazy_static = "1"
|
|
ring = "0.17"
|
|
bs62 = "0.1"
|
|
byte-unit = "4"
|
|
dotenv = "0.15"
|