feat: Initial check-in of working client layer

This commit is contained in:
Vincent Ambo 2019-02-26 11:20:38 +01:00
parent e95a82ca4c
commit b28f6e748d
4 changed files with 181 additions and 0 deletions

7
Cargo.toml Normal file
View file

@ -0,0 +1,7 @@
[package]
name = "crimp"
version = "0.1.0"
authors = ["Vincent Ambo <mail@tazj.in>"]
[dependencies]
curl = "0.4"