feat: Add initial public API skeleton
This commit is contained in:
parent
d0a52de5e8
commit
0f8231e990
3 changed files with 200 additions and 0 deletions
11
Cargo.toml
Normal file
11
Cargo.toml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
[package]
|
||||
name = "alcoholic_jwt"
|
||||
version = "0.1.0"
|
||||
authors = ["Vincent Ambo <vincent@aprila.no>"]
|
||||
|
||||
[dependencies]
|
||||
openssl = "0.10"
|
||||
serde = "1.0"
|
||||
serde_json = "1.0"
|
||||
serde_derive = "1.0"
|
||||
base64 = "0.9"
|
||||
Loading…
Add table
Add a link
Reference in a new issue