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:
		| @@ -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" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user