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

Reorganise build script into modules

This commit is contained in:
cyqsimon
2023-10-30 17:49:50 +08:00
committed by Martin Nordholts
parent f3a5e9a73c
commit 79a03b4299
4 changed files with 35 additions and 31 deletions

View File

@@ -8,7 +8,7 @@ name = "bat"
repository = "https://github.com/sharkdp/bat"
version = "0.24.0"
exclude = ["assets/syntaxes/*", "assets/themes/*"]
build = "build.rs"
build = "build/main.rs"
edition = '2021'
rust-version = "1.70"