setup deps
This commit is contained in:
parent
390a8f603c
commit
18aa800378
2 changed files with 1737 additions and 0 deletions
1703
Cargo.lock
generated
Normal file
1703
Cargo.lock
generated
Normal file
File diff suppressed because it is too large
Load diff
34
Cargo.toml
Normal file
34
Cargo.toml
Normal file
|
@ -0,0 +1,34 @@
|
||||||
|
[package]
|
||||||
|
name = "pages"
|
||||||
|
version = "0.1.0"
|
||||||
|
edition = "2021"
|
||||||
|
build = "build.rs"
|
||||||
|
homepage = "https://github.com/realaravinth/pages"
|
||||||
|
repository = "https://github.com/realaravinth/pages"
|
||||||
|
documentation = "https://github.con/realaravinth/pages"
|
||||||
|
readme = "https://github.com/realaravinth/pages/blob/master/README.md"
|
||||||
|
license = "AGPLv3 or later version"
|
||||||
|
authors = ["realaravinth <realaravinth@batsense.net>"]
|
||||||
|
|
||||||
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
|
[dependencies]
|
||||||
|
actix-web = "4.0.0-beta.9"
|
||||||
|
actix-http = "3.0.0-beta.8"
|
||||||
|
actix-rt = "2"
|
||||||
|
my-codegen = {package = "actix-web-codegen", git ="https://github.com/realaravinth/actix-web"}
|
||||||
|
|
||||||
|
config = "0.11"
|
||||||
|
git2 = "0.13.23"
|
||||||
|
|
||||||
|
serde = "1"
|
||||||
|
serde_json = "1"
|
||||||
|
|
||||||
|
pretty_env_logger = "0.4"
|
||||||
|
log = "0.4"
|
||||||
|
|
||||||
|
lazy_static = "1.4"
|
||||||
|
|
||||||
|
url = "2.2"
|
||||||
|
|
||||||
|
derive_more = "0.99"
|
Loading…
Reference in a new issue