From 1c5c97532c91faf8a59bbe7ebcfc645f653db697 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 27 Feb 2021 07:54:40 +0200 Subject: feat: export cloud-init config, set SSH host keys --- Cargo.lock | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index 23e8b95..2a03b2b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -336,6 +336,12 @@ dependencies = [ "yaml-rust", ] +[[package]] +name = "shell-words" +version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b6fa3938c99da4914afedd13bf3d79bcb6c277d1b2c398d23257a304d9e1b074" + [[package]] name = "strsim" version = "0.8.0" @@ -487,6 +493,7 @@ dependencies = [ "pretty_env_logger", "serde", "serde_yaml", + "shell-words", "structopt", "tempfile", "thiserror", -- cgit v1.2.1