From 07ae3438917fd854a46924a410f6890cd0651f1b Mon Sep 17 00:00:00 2001 From: Ben Bridle Date: Mon, 3 Feb 2025 20:12:02 +1300 Subject: Use switchboard crate for parsing command line arguments --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index eb46468..448a71f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,9 +11,9 @@ bedrock-core = { git = "git://benbridle.com/bedrock-core", tag = "v5.0.0" } phosphor = { git = "git://benbridle.com/phosphor", tag = "v3.2.2" } geometry = { git = "git://benbridle.com/geometry", tag = "v1.0.0" } log = { git = "git://benbridle.com/log", tag = "v1.1.1" } +switchboard = { git = "git://benbridle.com/switchboard", tag = "v1.0.0" } chrono = { version = "0.4.38" } -xflags = "0.4.0-pre.1" [target.'cfg(target_os = "windows")'.dependencies] windows = { version = "0.58.0", features = ["Win32_Storage_FileSystem"] } -- cgit v1.2.3-70-g09d2