init
This commit is contained in:
commit
70c87bfad5
10 changed files with 4165 additions and 0 deletions
17
Cargo.toml
Normal file
17
Cargo.toml
Normal file
|
@ -0,0 +1,17 @@
|
|||
[package]
|
||||
name = "based_auth"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
env_logger = "0.10.0"
|
||||
hex = "0.4.3"
|
||||
chrono = { version = "0.4", features = ["serde"] }
|
||||
log = "0.4.20"
|
||||
rocket = { version = "0.5.1", features = ["json"] }
|
||||
serde = { version = "1.0.195", features = ["derive"] }
|
||||
uuid = { version = "1.8.0", features = ["v4", "serde"] }
|
||||
rand = "0.8.5"
|
||||
data-encoding = "2.6.0"
|
||||
bcrypt = "0.16.0"
|
||||
owl = { git = "https://git.hydrar.de/red/owl" }
|
Loading…
Add table
Add a link
Reference in a new issue