Adds CI build status to README.

This commit is contained in:
Chad Paulson
2026-01-30 05:25:45 -06:00
parent 41dd906331
commit 79ab342c50
+2
View File
@@ -2,6 +2,8 @@
![screenshot](https://raw.githubusercontent.com/warppipe/SwiftTorrent/refs/heads/main/img/SwiftTorrent.png)
[![CI](https://github.com/warppipe/SwiftTorrent/actions/workflows/ci.yml/badge.svg)](https://github.com/warppipe/SwiftTorrent/actions/workflows/ci.yml)
A pure Swift BitTorrent library targeting macOS 14+ and iOS 17+. Implements BEP-3 (peer wire protocol), BEP-5 (DHT), BEP-9 (metadata exchange), BEP-10 (extension protocol), and BEP-15 (UDP trackers) with no C/C++ dependencies.
## Features