Added defolt auth w/o ref token
This commit is contained in:
21
Cargo.toml
21
Cargo.toml
@ -1,8 +1,27 @@
|
||||
[package]
|
||||
name = "bitauth"
|
||||
name = "BitAuth"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
bb8 = "0.8.1"
|
||||
bcrypt = "0.15.0"
|
||||
chrono = "0.4.31"
|
||||
http-body-util = "0.1.0"
|
||||
hyper = { version = "1.1.0", features = ["full"] }
|
||||
hyper-util = { version = "0.1.2", features = ["full"] }
|
||||
jsonwebtoken = "9.2.0"
|
||||
rand = "0.8.5"
|
||||
rsa = "0.9.6"
|
||||
serde_json = "1.0.111"
|
||||
skytable = "0.8.3"
|
||||
tokio = { version = "1.35.1", features = ["full"] }
|
||||
urlencoding = "2.1.3"
|
||||
uuid = { version = "1.6.1", features = ["v4", "v5"] }
|
||||
|
||||
|
||||
[[bin]]
|
||||
name = "bitauth"
|
||||
path = "src/main.rs"
|
||||
|
Reference in New Issue
Block a user