mirror of
https://github.com/guilhermewerner/rust-api
synced 2025-06-16 06:55:03 +00:00
Test MySQL Connection
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
[package]
|
||||
name = "API"
|
||||
name = "RustAPI"
|
||||
version = "0.0.1"
|
||||
description = "Rust API"
|
||||
repository = "https://github.com/GuilhermeWerner/RustAPI"
|
||||
@ -14,7 +14,8 @@ path = "Source/Server.rs"
|
||||
|
||||
[dependencies]
|
||||
rocket = "0.4.6"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
rocket_contrib = "0.4.6"
|
||||
# serde = "1.0"
|
||||
# serde_json = "1.0"
|
||||
# serde_derive = "1.0"
|
||||
mysql = "20.1.0"
|
||||
dotenv = "0.15.0"
|
||||
|
Reference in New Issue
Block a user