Skip to content

Instantly share code, notes, and snippets.

@wess
Last active December 9, 2020 15:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wess/5a43724a58305d928e4842fe5e09ef42 to your computer and use it in GitHub Desktop.
Save wess/5a43724a58305d928e4842fe5e09ef42 to your computer and use it in GitHub Desktop.
[package]
name = "layerkeep-api"
version = "0.0.1"
authors = ["wess <me@wess.io>"]
edition = "2018"
[dependencies]
tide = "0.15.0"
tera = "1.5.0"
tide-tera = "0.2.2"
async-std = { version = "1.7.0", features = ["attributes"] }
async-trait = "0.1.41"
serde = {version="^1.0.118", features=["derive"]}
serde_json = "^1.0.60"
serde_qs = "0.7.0"
chrono = { version = "^0.4.6", features = ["serde"] }
lazy_static = "1.4.0"
[dependencies.mongodb]
version = "1.1.1"
default-features = false
features = ["async-std-runtime"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment