bunbun/Cargo.toml
2019-12-15 18:26:42 -05:00

19 lines
366 B
TOML

[package]
name = "bunbun"
version = "0.1.1"
authors = ["Edward Shen <code@eddie.sh>"]
edition = "2018"
description = "Re-implementation of bunny1 in Rust"
license = "AGPL-3.0"
readme = "README.md"
repository = "https://github.com/edward-shen/bunbun"
[dependencies]
actix-web = "1.0"
serde = "1.0"
serde_yaml = "0.8"
handlebars = "2.0"
[profile.release]
lto = true