mirror of
https://github.com/zerotier/zerotier-rust-api.git
synced 2026-05-22 16:26:25 -07:00
@@ -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,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))
|
||||
|
||||
Reference in New Issue
Block a user