feat: add cargo today command (#43)

This commit is contained in:
Tom Van Eyck
2023-12-09 14:43:37 +01:00
committed by GitHub
parent b696aa45da
commit f8a1368765
6 changed files with 238 additions and 6 deletions

View File

@@ -10,14 +10,16 @@ publish = false
[lib]
doctest = false
[profile.dhat]
inherits = "release"
debug = 1
[features]
today = ["chrono"]
test_lib = []
dhat-heap = ["dhat"]
[dependencies]
chrono = { version = "0.4.31", optional = true }
pico-args = "0.5.0"
dhat = { version = "0.3.2", optional = true }
[profile.dhat]
inherits = "release"
debug = 1