summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 2bfc253..eb46468 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,6 +10,7 @@ bedrock-asm = { git = "git://benbridle.com/bedrock-asm", tag = "v4.0.6" }
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" }
chrono = { version = "0.4.38" }
xflags = "0.4.0-pre.1"