summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBen Bridle <ben@derelict.engineering>2025-07-07 21:49:48 +1200
committerBen Bridle <ben@derelict.engineering>2025-07-07 21:49:48 +1200
commita702893fd1e1e59b5bfc770c5088120e8c3ece56 (patch)
treeab0d40be922c47d053367f32b15d3e8fc16f005f /Cargo.toml
parent0d9bfa0731259edfe9496e90c7f41820442cb130 (diff)
downloadbedrock-pc-a702893fd1e1e59b5bfc770c5088120e8c3ece56.zip
Sandbox the file device
Unless the --trust-files switch is used, the file device will be sandboxed to a program-specific config folder placed according to the conventions of the operating system.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 8309a1f..bfec877 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,9 +13,11 @@ geometry = { git = "git://benbridle.com/geometry", tag = "v1.0.0" }
inked = { git = "git://benbridle.com/inked", tag = "v1.0.0" }
log = { git = "git://benbridle.com/log", tag = "v2.0.0" }
switchboard = { git = "git://benbridle.com/switchboard", tag = "v2.1.0" }
+vagabond = { git = "git://benbridle.com/vagabond", tag = "v1.1.1" }
chrono = { version = "0.4.38" }
gilrs = "0.11.0"
+dirs-next = "1.0.2"
[target.'cfg(target_os = "windows")'.dependencies]
windows = { version = "0.58.0", features = ["Win32_Storage_FileSystem"] }