replitdb 0.1.3

A simple Rust client for Replit DB.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "replitdb"
version = "0.1.3"
authors = [ "Patrick Winters <19wintersp@gmail.com>" ]
edition = "2018"
description = "A simple Rust client for Replit DB."
readme = "readme.md"
documentation = "https://docs.rs/replitdb"
homepage = "https://github.com/19wintersp/Rust-ReplitDB#readme"
repository = "https://github.com/19wintersp/Rust-ReplitDB"
license = "MIT"

[dependencies]
reqwest = { version = "0.11.4", features = [ "blocking", "multipart" ] }
urlencoding = "2.1.0"