mirror of
https://github.com/Noratrieb/karlauth.git
synced 2026-01-14 22:35:03 +01:00
initial commit
This commit is contained in:
commit
92f6d45c69
10 changed files with 2774 additions and 0 deletions
24
Cargo.toml
Normal file
24
Cargo.toml
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
[package]
|
||||
name = "karlauth"
|
||||
version = "0.1.0"
|
||||
authors = ["Nilstrieb <48135649+Nilstrieb@users.noreply.github.com>"]
|
||||
edition = "2018"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
actix-web = "2.0.0"
|
||||
actix-web-httpauth = { git = "https://github.com/actix/actix-web-httpauth" }
|
||||
chrono = { version = "0.4.10", features = ["serde"] }
|
||||
derive_more = "0.99.2"
|
||||
diesel = { version = "1.4.2", features = ["postgres","uuidv07", "r2d2", "chrono"] }
|
||||
dotenv = "0.15.0"
|
||||
futures = "0.3.1"
|
||||
r2d2 = "0.8.8"
|
||||
serde = "1.0"
|
||||
serde_derive = "1.0"
|
||||
serde_json = "1.0"
|
||||
actix-service = "1.0.1"
|
||||
alcoholic_jwt = "1.0.0"
|
||||
reqwest = "0.9.22"
|
||||
actix-rt = "1.0.0"
|
||||
Loading…
Add table
Add a link
Reference in a new issue