add readme

This commit is contained in:
core 2023-03-29 17:57:45 -04:00
parent b602a401b7
commit 5150a5b7a7
Signed by: core
GPG Key ID: FDBF740DADDCEECF
2 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "dnapi-rs"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
description = "A rust client for the Defined Networking API"
license = "AGPL-3.0-or-later"

4
dnapi-rs/README.md Normal file
View File

@ -0,0 +1,4 @@
# dnapi-rs
**dnapi-rs** is a Rust-native crate for interacting with the Defined Networking client API. It is a direct port of `dnapi`, an officially maintained API client by Defined Networking.
This crate is maintained as a part of the trifid project. Check out the other crates in [the git repository](https://git.e3t.cc/~core/trifid).