Skip to content

Commit

Permalink
chore(deps): add cargo dependencies to parse TSL config
Browse files Browse the repository at this point in the history
  • Loading branch information
josecelano committed May 15, 2024
1 parent e29eb01 commit 5d82968
Show file tree
Hide file tree
Showing 3 changed files with 110 additions and 5 deletions.
110 changes: 106 additions & 4 deletions Cargo.lock

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

4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ axum = { version = "0", features = ["multipart"] }
axum-server = { version = "0", features = ["tls-rustls"] }
binascii = "0"
bytes = "1"
camino = { version = "1.1.6", features = ["serde"] }
chrono = { version = "0", default-features = false, features = ["clock"] }
clap = { version = "4.5.4", features = ["derive", "env"] }
config = "0"
Expand All @@ -65,11 +66,12 @@ rand_core = { version = "0", features = ["std"] }
regex = "1"
reqwest = { version = "0", features = ["json", "multipart"] }
rustversion = "1.0.14"
serde = { version = "1", features = ["rc"] }
serde = { version = "1", features = ["derive", "rc"] }
serde_bencode = "0"
serde_bytes = "0"
serde_derive = "1"
serde_json = "1"
serde_with = "3.8.1"
sha-1 = "0"
sqlx = { version = "0", features = ["migrate", "mysql", "runtime-tokio-native-tls", "sqlite", "time"] }
tera = { version = "1", default-features = false }
Expand Down
1 change: 1 addition & 0 deletions project-words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Benoit
binascii
btih
buildx
camino
chrono
clippy
codecov
Expand Down

0 comments on commit 5d82968

Please sign in to comment.