Skip to content
Snippets Groups Projects
Commit 25168b90 authored by David Huss's avatar David Huss :speech_balloon:
Browse files

Add license in CArgo.toml

parent a8f2bcdd
No related branches found
No related tags found
No related merge requests found
...@@ -8,6 +8,7 @@ repository = "https://github.com/atoav/static-contact/" ...@@ -8,6 +8,7 @@ repository = "https://github.com/atoav/static-contact/"
readme = "README.md" readme = "README.md"
categories = ["email"] categories = ["email"]
keywords = ["email", "smtp", "REST", "post", "http", "server", "contact", "JSON"] keywords = ["email", "smtp", "REST", "post", "http", "server", "contact", "JSON"]
license = "MIT"
[package.metadata.deb] [package.metadata.deb]
copyright = "2020, David Huss <dh@atoav.com>" copyright = "2020, David Huss <dh@atoav.com>"
...@@ -18,9 +19,9 @@ A server side tool that relays post requests with form fields like name, email, ...@@ -18,9 +19,9 @@ A server side tool that relays post requests with form fields like name, email,
section = "utility" section = "utility"
priority = "optional" priority = "optional"
assets = [ assets = [
["target/release/cargo-deb", "usr/bin/", "755"], ["target/debian/static_contact", "usr/bin/static_contact", "755"],
["README.md", "usr/share/doc/cargo-deb/README", "644"], ["README.md", "usr/share/doc/cargo-deb/README", "644"],
["configuration/config.toml", "/etc/static_contact/config.toml", "755"], ["configuration/config.toml", "/etc/static_contact/config.toml", "655"],
["configuration/static_contact.service", "/etc/systemd/system/static_contact.service", "664"], ["configuration/static_contact.service", "/etc/systemd/system/static_contact.service", "664"],
] ]
conf-files = [ conf-files = [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment