From 07dc6623fd50e7b94ad238b6aca315b4631dc482 Mon Sep 17 00:00:00 2001 From: Kevin K Date: Sun, 7 Jun 2015 14:32:05 -0400 Subject: [PATCH] adds docli and doapi --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index e1c9eee..be684da 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,7 @@ Ther goal is to have only projects that are mostly stable and useful to users. P * [Servo](https://github.com/servo/servo) — a prototype web browser engine written in Rust * [thoughtram/clog](https://github.com/thoughtram/clog) — a [conventional changelog](https://github.com/ajoslin/conventional-changelog/blob/master/CONVENTIONS.md) port (generates a changelog from git metadata) [](https://travis-ci.org/thoughtram/clog) * [uutils/coreutils](https://github.com/uutils/coreutils) — cross-platform Rust rewrite of the GNU coreutils [](https://travis-ci.org/uutils/coreutils) +* [kbknapp/docli](https://github.com/kbknapp/docli-rs) - a command line utility for managing DigitalOcean infrastructure [](https://travis-ci.org/kbknapp/docli-rs) ### Games @@ -233,6 +234,8 @@ Ther goal is to have only projects that are mostly stable and useful to users. P * [carllerche/nix-rust](https://github.com/carllerche/nix-rust) — Linux API bindings [](https://travis-ci.org/carllerche/nix-rust) * Windows * [retep998/winapi-rs](https://github.com/retep998/winapi-rs) — Windows API bindings [](https://travis-ci.org/retep998/winapi-rs) +* DigitalOcean + * [kbknapp/doapi](https://github.com/kbknapp/doapi-rs) - DigitalOcean v2 API bindings [](https://travis-ci.org/kbknapp/doapi-rs) ### Template engine