From 5150a5b7a7b4b8ca5eceb58a2e2df1da29ca9169 Mon Sep 17 00:00:00 2001 From: core Date: Wed, 29 Mar 2023 17:57:45 -0400 Subject: [PATCH] add readme --- dnapi-rs/Cargo.toml | 2 +- dnapi-rs/README.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 dnapi-rs/README.md diff --git a/dnapi-rs/Cargo.toml b/dnapi-rs/Cargo.toml index 682e4e6..c206fe8 100644 --- a/dnapi-rs/Cargo.toml +++ b/dnapi-rs/Cargo.toml @@ -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" diff --git a/dnapi-rs/README.md b/dnapi-rs/README.md new file mode 100644 index 0000000..854582d --- /dev/null +++ b/dnapi-rs/README.md @@ -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). \ No newline at end of file