1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-10-31 07:04:04 +00:00

Build script codegen initial impl

This commit is contained in:
cyqsimon
2023-11-02 16:27:26 +08:00
parent 52f94b4623
commit d1bc0ef0d4
4 changed files with 390 additions and 5 deletions

View File

@@ -100,6 +100,11 @@ nix = { version = "0.26.4", default-features = false, features = ["term"] }
[build-dependencies]
anyhow = "1.0.75"
indexmap = { version = "2.1.0", features = ["serde"] }
serde = { version = "1.0", features = ["derive"] }
serde_with = "3.4.0"
toml = { version = "0.8.6", features = ["preserve_order"] }
walkdir = "2.4"
[build-dependencies.clap]
version = "4.4.10"