From: Ian Jackson Date: Tue, 4 Aug 2020 23:10:35 +0000 (+0100) Subject: syntax X-Git-Tag: otter-0.2.0~1182 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=914fe1e5220b06674abd7e23114bdf69825771b3;p=otter.git syntax --- diff --git a/Cargo.toml b/Cargo.toml index 6e28c342..d1463552 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,7 @@ libc = "0.2" serde-lexpr = "0.1" #rocket = "0.4" -rocket_contrib = { version = "0.4", default-features=false, features=["tera_templates","helmet","json"], git = "file:///home/ian/Rustup/Game/rocket/.git" branch = "Game-rocket-contrib" } +rocket_contrib = { version = "0.4", default-features=false, features=["tera_templates","helmet","json"], git = "file:///home/ian/Rustup/Game/rocket/.git", branch = "Game-rocket-contrib" } rocket = { git = "file:///home/ian/Rustup/Game/rocket/.git", branch = "Game-rocket" } @@ -69,9 +69,7 @@ structopt = "0.3" [patch.crates-io] rocket = { git = "file:///home/ian/Rustup/Game/rocket/.git", branch = "Game-rocket" } -rocket_codegen = { git = "file:///home/ian/Rustup/Game/rocket/.git" branch = "Game-rocket-codegen" } -rocket_http = { git = "file:///home/ian/Rustup/Game/rocket/.git" branch = "Game-rocket-http" } -rocket_contrib = { git = "file:///home/ian/Rustup/Game/rocket/.git" branch = "Game-rocket-contrib", default-features=false, features=["tera_templates","helmet","json"] } +rocket_codegen = { git = "file:///home/ian/Rustup/Game/rocket/.git", branch = "Game-rocket-codegen" } +rocket_http = { git = "file:///home/ian/Rustup/Game/rocket/.git", branch = "Game-rocket-http" } +rocket_contrib = { git = "file:///home/ian/Rustup/Game/rocket/.git", branch = "Game-rocket-contrib", default-features=false, features=["tera_templates","helmet","json"] } #rocket_contrib_codegen = { git = "file:///home/ian/Rustup/Game/rocket/.git" branch = "Game-rocket-contrib-codegen" } - -