added the entry command

This commit is contained in:
2026-02-21 16:19:13 +01:00
parent d1040954cb
commit e84e588836
6 changed files with 225 additions and 21 deletions

View File

@@ -20,6 +20,7 @@ tracing = "0.1.44"
tracing-subscriber = "0.3.22"
toml = "0.8.19"
indexmap = { version = "2.7.1", features = ["serde"] }
colored = "3.1.1"
[build-dependencies]
reqwest = { version = "0.13.1", features = ["blocking"] }