bunbun/Cargo.toml

22 lines
426 B
TOML
Raw Normal View History

2019-12-15 16:07:36 +00:00
[package]
name = "bunbun"
2019-12-23 03:22:01 +00:00
version = "0.2.2"
2019-12-15 16:07:36 +00:00
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 20:07:26 +00:00
repository = "https://github.com/edward-shen/bunbun"
2019-12-15 16:07:36 +00:00
[dependencies]
actix-web = "1.0"
serde = "1.0"
serde_yaml = "0.8"
handlebars = "2.0"
hotwatch = "0.4"
percent-encoding = "2.1"
itertools = "0.8"
2019-12-15 18:54:09 +00:00
[profile.release]
lto = true