1
0
mirror of https://github.com/vbrandl/bind9-api.git synced 2025-08-30 15:40:21 +02:00

Enable LTO

This commit is contained in:
Valentin Brandl
2018-07-08 12:01:11 +02:00
parent 4aa4eef9cb
commit 6c3aafbe24
5 changed files with 8 additions and 0 deletions

View File

@@ -3,6 +3,7 @@ name = "bind9-api"
version = "0.1.0"
authors = ["Valentin Brandl <vbrandl@riseup.net>"]
description = "Web API to create, update and remove DNS entries in bind9"
license = "MIT/Apache-2.0"
[dependencies]
actix-web = "0.6.14"