daemon/Cargo.toml

14 lines
377 B
TOML
Raw Normal View History

[package]
name = "daemon"
version = "0.1.0"
authors = ["Jason Smith <Myrddin@CyberMagesLLC.com>"]
description = "Handles setting up and creating a Linux Daemon."
license = ""
repository = "https://gitlab.com/CyberMages/Core/Daemon.git"
documentation = ""
keywords = ["Daemon", "Demon", "Service"]
[dependencies.scribe]
git = "ssh://git@gitlab.com/CyberMages/Core/scribe.git"