feat: Add initial public API skeleton

This commit is contained in:
Vincent Ambo 2018-09-04 09:58:29 +02:00
parent d0a52de5e8
commit 0f8231e990
3 changed files with 200 additions and 0 deletions

11
Cargo.toml Normal file
View 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"