101 ec2-user@ip-10-233-145-158:~/cargobomb$ cargo run -- create-local-job run-tc stable
Compiling cargobomb v0.1.0 (file:///home/ec2-user/cargobomb)
error[E0432]: unresolved import serde::Serealize
--> src/model.rs:17:13
|
17 | use serde::{Serealize, Deserialize};
| ^^^^^^^^^ no Serealize
in the root. Did you mean to use Serialize
?
error[E0277]: the trait bound docker::Container: serde::Serialize
is not satisfied
--> :1:506