bunbun/Cargo.toml

20 lines
385 B
TOML
Raw Normal View History

2019-12-15 08:07:36 -08:00
[package]
name = "bunbun"
2019-12-15 15:26:42 -08:00
version = "0.1.1"
2019-12-15 08:07:36 -08:00
authors = ["Edward Shen <code@eddie.sh>"]
edition = "2018"
description = "Re-implementation of bunny1 in Rust"
2019-12-15 11:57:42 -08:00
license = "AGPL-3.0"
readme = "README.md"
2019-12-15 12:07:26 -08:00
repository = "https://github.com/edward-shen/bunbun"
2019-12-15 08:07:36 -08:00
[dependencies]
actix-web = "1.0"
serde = "1.0"
serde_yaml = "0.8"
handlebars = "2.0"
2019-12-21 11:04:13 -08:00
hotwatch = "0.4.3"
2019-12-15 10:54:09 -08:00
[profile.release]
lto = true