From 582b9c3408f391f7dbba85bb5909c3deb7091f4b Mon Sep 17 00:00:00 2001 From: Ben Bridle Date: Mon, 3 Feb 2025 09:55:11 +1300 Subject: Use log crate for printing log messages --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index a54a8c9..a84de6e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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] -- cgit v1.2.3-70-g09d2