Updated cargo.toml

This commit is contained in:
Ishan Jain 2022-04-17 23:51:20 +05:30
parent 761adc0117
commit 84eb146280

View File

@ -2,6 +2,9 @@
name = "mikrotik"
version = "0.0.1"
edition = "2021"
description = "REST API Wrapper for Mikrotik API"
license = "MIT"
license-file = "LICENSE"
[dependencies]
base64 = "0.13.0"