diff options
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 17 |
1 files changed, 16 insertions, 1 deletions
@@ -99,8 +99,8 @@ dependencies = [ "geometry", "log 1.1.1", "phosphor", + "switchboard", "windows", - "xflags", ] [[package]] @@ -931,6 +931,12 @@ dependencies = [ ] [[package]] +name = "paste" +version = "1.0.15" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" + +[[package]] name = "percent-encoding" version = "2.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -1191,6 +1197,15 @@ dependencies = [ ] [[package]] +name = "switchboard" +version = "1.0.0" +source = "git+git://benbridle.com/switchboard?tag=v1.0.0#ea70fa89659e5cf1a9d4ca6ea31fb67f7a2cc633" +dependencies = [ + "log 1.1.1", + "paste", +] + +[[package]] name = "syn" version = "2.0.42" source = "registry+https://github.com/rust-lang/crates.io-index" |