Initial commit

This commit is contained in:
2022-12-17 17:37:33 +01:00
commit 07097ae878
4 changed files with 991 additions and 0 deletions

13
Cargo.toml Normal file
View File

@ -0,0 +1,13 @@
[package]
name = "grammalecte_client"
version = "0.1.0"
edition = "2021"
authors = ["Pierre Hubert <pierre.git@communiquons.org>"]
description = "Grammalecte HTTP client"
license = "MIT"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
serde_json = "1.0.89"
reqwest = "0.11.13"