From 7129747d5e8901262cdc1aa90efbecd9a373ed10 Mon Sep 17 00:00:00 2001 From: Andreas Bigger Date: Mon, 29 Dec 2025 14:49:54 -0500 Subject: [PATCH] Add CI, crates.io, and license badges to README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 143ebae..6cfe0c3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # paracas +[![CI](https://github.com/factordynamics/paracas/actions/workflows/ci.yml/badge.svg)](https://github.com/factordynamics/paracas/actions/workflows/ci.yml) +[![Crates.io](https://img.shields.io/crates/v/paracas.svg)](https://crates.io/crates/paracas) +[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) + High-performance Rust CLI for downloading historical tick data from Dukascopy. ## Features