diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-03-17 14:47:25 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-03-17 14:47:25 +0800 |
| commit | 92670ec92b555383fc31cf42b15d4ea38f8e9c8f (patch) | |
| tree | b2f1479247411027fb41b346d2195e79e38729a1 /gen/Cargo.toml | |
| parent | 7fcc38d0e76fc4088269cd3ea22c56a60e5db109 (diff) | |
Extract build-time generation code into separate crate
Diffstat (limited to 'gen/Cargo.toml')
| -rw-r--r-- | gen/Cargo.toml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gen/Cargo.toml b/gen/Cargo.toml new file mode 100644 index 0000000..186082b --- /dev/null +++ b/gen/Cargo.toml @@ -0,0 +1,13 @@ +[package] +name = "jv_cli_gen" +edition = "2024" +version.workspace = true + +[dependencies] +just_fmt = "0.1.2" + +tokio = { version = "1", features = ["rt", "rt-multi-thread"] } +chrono = "0.4" +toml = "0.9" +regex = "1.12" +just_template = "0.1.3" |
