This commit is contained in:
Stefan Schwarz 2020-08-07 17:07:15 +02:00
commit f76cbd9d46
4 changed files with 1904 additions and 0 deletions

13
Cargo.toml Normal file
View file

@ -0,0 +1,13 @@
[package]
name = "macnickenson"
version = "0.1.0"
authors = ["Stefan Schwarz <stefan@f2o.io>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
argh = "0.1.3"
async-std = { version = "1.6", features = ["attributes"] }
sqlx = "0.3"
tide = "0.13"