diff options
author | Ben Bridle <ben@derelict.engineering> | 2025-02-03 09:55:11 +1300 |
---|---|---|
committer | Ben Bridle <ben@derelict.engineering> | 2025-02-03 09:55:11 +1300 |
commit | 582b9c3408f391f7dbba85bb5909c3deb7091f4b (patch) | |
tree | 8b2d190d1235d67307306ee7d6c88d1e2152a687 /Cargo.toml | |
parent | 05147de4a071917865982c90e0699657efcf14ea (diff) | |
download | toaster-582b9c3408f391f7dbba85bb5909c3deb7091f4b.zip |
Use log crate for printing log messages
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7,6 +7,7 @@ edition = "2021" vagabond = { git = "git://benbridle.com/vagabond", tag = "v1.1.0" } markdown = { git = "git://benbridle.com/markdown", tag = "v3.2.0" } recipe = { git = "git://benbridle.com/recipe", tag = "v1.4.0" } +log = { git = "git://benbridle.com/log", tag = "v1.1.1" } xflags = "0.4.0-pre.1" [profile.release] |