remnant from the api rename

This commit is contained in:
shockrah 2021-01-25 18:55:09 -08:00
parent 1292e5ab3f
commit cdbb3e79d8

50
json-api/Cargo.lock generated
View File

@ -492,31 +492,6 @@ dependencies = [
"percent-encoding",
]
[[package]]
name = "freechat-server"
version = "0.1.0"
dependencies = [
"base64 0.12.3",
"bcrypt",
"chrono",
"clap",
"db",
"dotenv",
"futures",
"getrandom",
"hyper",
"jsonwebtoken",
"lazy_static",
"mysql_async",
"rand",
"serde",
"serde_json",
"time 0.2.23",
"tokio 0.2.24",
"tokio-test",
"url",
]
[[package]]
name = "fuchsia-zircon"
version = "0.3.3"
@ -801,6 +776,31 @@ dependencies = [
"wasm-bindgen",
]
[[package]]
name = "json-api"
version = "0.2.0"
dependencies = [
"base64 0.12.3",
"bcrypt",
"chrono",
"clap",
"db",
"dotenv",
"futures",
"getrandom",
"hyper",
"jsonwebtoken",
"lazy_static",
"mysql_async",
"rand",
"serde",
"serde_json",
"time 0.2.23",
"tokio 0.2.24",
"tokio-test",
"url",
]
[[package]]
name = "jsonwebtoken"
version = "7.2.0"