deta 0.3.0

Deta SDK for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.reqwest]
features = ["blocking", "json"]
version = "0.11.4"

[dependencies.serde]
features = ["derive"]
version = "1.0.127"

[package]
description = "Deta SDK for Rust"
documentation = "https://github.com/sarmadgulzar/rust-deta"
edition = "2018"
homepage = "https://github.com/sarmadgulzar/rust-deta"
license-file = "LICENSE"
name = "deta"
readme = "README.md"
repository = "https://github.com/sarmadgulzar/rust-deta"
version = "0.3.0"