Created
June 19, 2018 09:47
-
-
Save pythoneer/934dbf53da64df3f97aa424e77d24cdb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[package] | |
name = "herold" | |
version = "0.1.0" | |
authors = ["Dustin Bensing <[email protected]>"] | |
[dependencies] | |
#actix-web = "0.6" | |
actix-web = { git = "https://github.com/actix/actix-web.git" } | |
serde = "1.0.66" | |
serde_derive = "1.0.66" | |
tokio = "0.1" | |
futures = "0.1" | |
fcm = "0.4" | |
a2 = "0.3.2" | |
[patch.crates-io] | |
cookie = { git = 'https://github.com/alexcrichton/cookie-rs.git' } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment