15 lines
356 B
TOML
15 lines
356 B
TOML
[package]
|
|
name = "actix-example"
|
|
version = "0.1.0"
|
|
authors = ["realaravinth <realaravinth@batsense.net>"]
|
|
edition = "2018"
|
|
build = "build.rs"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
cache-buster = { path = "../"}
|
|
|
|
[build-dependencies]
|
|
cache-buster = { path = "../"}
|
|
mime = "0.3.16"
|