Skip to content
Snippets Groups Projects

CI

Merged Stephen D requested to merge ci into master
+ 8
1
@@ -11,7 +11,14 @@ repository = "https://git.scd31.com/stephen/dotacat"
keywords = ["cli", "rainbow", "cat", "colourful", "colorful"]
categories = ["command-line-utilities"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[target.x86_64-apple-darwin]
linker = "x86_64-apple-darwin14-clang"
ar = "x86_64-apple-darwin14-ar"
[target.aarch64-apple-darwin]
linker = "aarch64-apple-darwin14-clang"
ar = "aarch64-apple-darwin14-ar"
[dependencies]
colored = "2.0"
Loading