mirror of
https://github.com/guilhermewerner/rust-api
synced 2025-06-16 06:55:03 +00:00
Change to Actix Web
This commit is contained in:
20
Cargo.toml
20
Cargo.toml
@ -8,14 +8,22 @@ license = "MIT"
|
||||
edition = "2018"
|
||||
publish = false
|
||||
|
||||
[lib]
|
||||
name="Backend"
|
||||
crate-type = ["rlib"]
|
||||
path = "Source/Backend.rs"
|
||||
|
||||
[[bin]]
|
||||
name="Server"
|
||||
path = "Source/Server.rs"
|
||||
name="Backend"
|
||||
path = "Source/Main.rs"
|
||||
|
||||
[dependencies]
|
||||
rocket = "0.4.6"
|
||||
Framework-Log = { path = "../Framework/Source/Log" }
|
||||
actix-web = "3.3.2"
|
||||
actix-service = "1.0.0"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
rocket_contrib = "0.4.6"
|
||||
mysql = "20.1.0"
|
||||
dotenv = "0.15.0"
|
||||
json = "0.12"
|
||||
|
||||
[dev-dependencies]
|
||||
actix-rt = "2.2.0"
|
||||
|
Reference in New Issue
Block a user