Compare commits

..

No commits in common. "a49d3799fe79da3929ec253b3934b3058bc77ec1" and "fde0cb0a0f75c7118a07ab38c83b05e0f93fa3a0" have entirely different histories.

2 changed files with 1 additions and 5 deletions

5
Cargo.lock generated
View File

@ -1842,13 +1842,8 @@ dependencies = [
name = "example-try-rust-webapp"
version = "0.1.0"
dependencies = [
"base64 0.22.1",
"env_logger",
"harmony",
"harmony_cli",
"harmony_macros",
"harmony_types",
"log",
"tokio",
"url",
]

View File

@ -11,6 +11,7 @@ use harmony::{
},
topology::K8sAnywhereTopology,
};
use harmony_types::net::Url;
#[tokio::main]