mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-24 13:16:28 +00:00
license api
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
[package]
|
||||
name = "appauth"
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
repository.workspace = true
|
||||
rust-version.workspace = true
|
||||
version.workspace = true
|
||||
|
||||
[dependencies]
|
||||
base64-simd = "0.8.0"
|
||||
common.workspace = true
|
||||
hex-simd = "0.8.0"
|
||||
rand.workspace = true
|
||||
rsa = "0.9.8"
|
||||
serde.workspace = true
|
||||
serde_json.workspace = true
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
Reference in New Issue
Block a user