x
This commit is contained in:
commit
f76cbd9d46
4 changed files with 1904 additions and 0 deletions
13
Cargo.toml
Normal file
13
Cargo.toml
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue