Initial API structre

This commit is contained in:
daladim 2021-02-18 12:02:04 +01:00
commit 58b96a89b0
9 changed files with 133 additions and 0 deletions

10
Cargo.toml Normal file
View file

@ -0,0 +1,10 @@
[package]
name = "my-tasks"
version = "0.1.0"
authors = ["Jérôme"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
uuid = "0.8"