comparison Cargo.toml @ 14:2039b5d39d72

Publish 0.1.0
author Martin Habovstiak <martin.habovstiak@gmail.com>
date Thu, 03 Dec 2020 16:46:24 +0100
parents f740dadd2948
children bc76507dd878
comparison
equal deleted inserted replaced
13:f740dadd2948 14:2039b5d39d72
1 [package] 1 [package]
2 name = "systemd_socket" 2 name = "systemd_socket"
3 version = "0.1.0" 3 version = "0.1.0"
4 authors = ["Martin Habovstiak <martin.habovstiak@gmail.com>"] 4 authors = ["Martin Habovstiak <martin.habovstiak@gmail.com>"]
5 description = "A convenience crate for optionally supporting systemd socket activation."
6 homepage = "https://github.com/Kixunil/systemd_socket"
7 repository = "https://github.com/Kixunil/systemd_socket"
8 readme = "README.md"
9 keywords = ["systmed", "socket-activation"]
10 categories = ["api-bindings", "config", "os::linux-apis"]
5 edition = "2018" 11 edition = "2018"
12 license = "MITNFA"
13
6 14
7 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html 15 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
8 16
9 [features] 17 [features]
10 default = ["enable_systemd"] 18 default = ["enable_systemd"]