bunbun/Cargo.toml

18 lines
313 B
TOML
Raw Normal View History

2019-12-15 16:07:36 +00:00
[package]
name = "bunbun"
version = "0.1.0"
authors = ["Edward Shen <code@eddie.sh>"]
edition = "2018"
description = "Re-implementation of bunny1 in Rust"
2019-12-15 19:57:42 +00:00
license = "AGPL-3.0"
readme = "README.md"
2019-12-15 16:07:36 +00:00
[dependencies]
actix-web = "1.0"
serde = "1.0"
serde_yaml = "0.8"
handlebars = "2.0"
2019-12-15 18:54:09 +00:00
[profile.release]
lto = true