add makefile for static compilation
This commit is contained in:
parent
368e3b2b30
commit
602ff3595d
12 changed files with 100 additions and 9 deletions
|
@ -14,4 +14,4 @@ pretty_env_logger = "0.4.0"
|
|||
serde = { version = "1.0.136", features = ["derive"] }
|
||||
|
||||
[dev-dependencies]
|
||||
serde_json = "1.0.79"
|
||||
serde_json = "1.0.79"
|
||||
|
|
|
@ -68,7 +68,6 @@ async fn main() -> std::io::Result<()> {
|
|||
#[cfg(test)]
|
||||
mod tests {
|
||||
use actix_web::body::to_bytes;
|
||||
use actix_web::dev::Service;
|
||||
use actix_web::http::{Method as HttpMethod, StatusCode};
|
||||
use actix_web::{test, App};
|
||||
use serde_json::Value;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue