RUST Cargo.toml version to last
RUST Cargo.toml version to last. rusty practice on vimgolf
Start file
[package] name = "rust-web" version = "0.1.0" authors = ["The Rust Developers"] edition = "2018" [dependencies] lazy_static = "1.2.0" fluent = "0.13" fluent-bundle = "0.6.0" fluent-syntax = "0.10.0" fluent-locale = "0.10.1" handlebars-fluent = "0.2.0" rand = "0.8" regex = "1" rocket = "0.4.6" serde = { version = "1.0", features = ["derive"] } serde_yaml = "0.8.14" sass-rs = "0.2.1" reqwest = { version = "0.10.10", features = ["blocking", "json"] } toml = "0.5" serde_json = "1.0" rust_team_data = { git = "https://github.com/rust-lang/team" } handlebars = "1.1.0" siphasher = "0.3.3" percent-encoding = "2.1.0" [dependencies.rocket_contrib] version = "0.4" default-features = false features = ["handlebars_templates"]
End file
[package] name = "rust-web" version = "0.1.0" authors = ["The Rust Developers"] edition = "2018" [dependencies] lazy_static = "*" fluent = "*" fluent-bundle = "*" fluent-syntax = "*" fluent-locale = "*" handlebars-fluent = "*" rand = "*" regex = "*" rocket = "*" serde = { version = "*", features = ["derive"] } serde_yaml = "*" sass-rs = "*" reqwest = { version = "*", features = ["blocking", "json"] } toml = "*" serde_json = "*" rust_team_data = { git = "https://github.com/rust-lang/team" } handlebars = "*" siphasher = "*" percent-encoding = "*" [dependencies.rocket_contrib] version = "*" default-features = false features = ["handlebars_templates"]
View Diff
8,22c8,22 < lazy_static = "1.2.0" < fluent = "0.13" < fluent-bundle = "0.6.0" < fluent-syntax = "0.10.0" < fluent-locale = "0.10.1" < handlebars-fluent = "0.2.0" < rand = "0.8" < regex = "1" < rocket = "0.4.6" < serde = { version = "1.0", features = ["derive"] } < serde_yaml = "0.8.14" < sass-rs = "0.2.1" < reqwest = { version = "0.10.10", features = ["blocking", "json"] } < toml = "0.5" < serde_json = "1.0" --- > lazy_static = "*" > fluent = "*" > fluent-bundle = "*" > fluent-syntax = "*" > fluent-locale = "*" > handlebars-fluent = "*" > rand = "*" > regex = "*" > rocket = "*" > serde = { version = "*", features = ["derive"] } > serde_yaml = "*" > sass-rs = "*" > reqwest = { version = "*", features = ["blocking", "json"] } > toml = "*" > serde_json = "*" 24,26c24,26 < handlebars = "1.1.0" < siphasher = "0.3.3" < percent-encoding = "2.1.0" --- > handlebars = "*" > siphasher = "*" > percent-encoding = "*" 29c29 < version = "0.4" --- > version = "*"
Solutions
The best way to learn is to practice. Below, you will find some of the solutions other golfers have entered. To unlock higher ranked solutions, submit your own entry which does as well or better than the solutions you can currently see - climb the ladder!
Check out these helpful resources to improve your Vim skills... Game on.
Unlock 99 remaining solutions by signing in and submitting your own entry
#100 Matthieu Talbot / @MartyLake - Score: 269 - 12/20/23 @ 19:36
7jVG:s*<BS>/ = "[^"*/<Left><Left>]<Right><Right><Esc><Esc><Esc>:g/<<BS>^<.*><BS><BS><BS>.*>/s(<BS>/<BS><BS><Left> = "<Left><Left><Left><Left><Left><Left><Left><Left><Left><Left><Right>\v<Right><Right><Right><Right><Right><Right><Right><Right><Right><Right><Right><Right><Right><Right>p<CR>:<Up><BS><BS><BS><BS><BS><BS><BS><BS><BS><BS><><BS>*<0xc2><0xbb><BS><BS>*><Left><Left>.<Right><Right><BS><BS><BS><BS>[^ ]* = "<Left><Left><Left>\<Right><Right><Right><Right><Left><Left><Left><Left><Left><Left><Left><Left><Left><Left><Left><Left><Right><Right>(<Right><Right><Right><Right><Right><Right><Right><Right><Right><Right><Right><Right><Right><Right>)[^"]*/\1*/<CR><Down>8jkkkVG:s/\v()<Left>^[^ ]* = <BS><BS>\= ".*<BS><BS>[^"]*<Right><BS><Left><Left><Left><Left><Left>)<Right><Right><Right><Right><Right><Right><Right><Right><Right><Right><Right><Right>/\1*/<CR>:<Up><Home><Right><Right><Right><Right><Right><Right><Right><Right><Right><Right><Del><Del><Del><Del><Del><Del>version<CR><Esc>:x<CR>
0 comments