Cleanup root dir

Signed-off-by: Erik Hollensbe <git@hollensbe.org>
This commit is contained in:
Erik Hollensbe
2022-04-28 20:07:07 -07:00
parent 36c2616321
commit adab945558
2 changed files with 1 additions and 19 deletions
-18
View File
@@ -1,18 +0,0 @@
[package]
name = "@@PACKAGE@@"
version = "@@VERSION@@"
edition = "2018"
description = "@@DESCRIPTION@@"
authors = ["Erik Hollensbe <erik.hollensbe@zerotier.com>", "Adam Ierymenko <adam.ierymenko@zerotier.com>"]
license = "BSD-3-Clause"
[dependencies]
serde = "^1.0"
serde_derive = "^1.0"
serde_json = "^1.0"
url = "^2.2"
[dependencies.reqwest]
version = "^0.11"
features = ["json", "multipart"]
[dev-dependencies]
+1 -1
View File
@@ -1,6 +1,6 @@
# ZeroTier OpenAPI-generated Rust API Libraries
These libraries are generated by the [openapi-generator](https://github.com/OpenAPITools/openapi-generator) and contain code to interact with the following services:
These libraries are generated by [progenitor](https://github.com/oxidecomputer/progenitor) and contain code to interact with the following services:
- crate zerotier-one-api: ZeroTierOne (typically over `http://localhost:9993`)
- crate zerotier-central-api: ZeroTier Central (Through [ZeroTier Central](https://my.zerotier.com))