daemon/Cargo.toml

29 lines
777 B
TOML
Raw Permalink Normal View History

[package]
name = "daemon"
version = "1.0.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"
[dependencies.weave]
git = "ssh://git@gitlab.com/CyberMages/Core/weave.git"
[dependencies.spellbook]
git = "ssh://git@gitlab.com/CyberMages/Core/spellbook.git"
[dependencies.binding]
git = "ssh://git@gitlab.com/CyberMages/Core/binding.git"
[dependencies.pact]
git = "ssh://git@gitlab.com/CyberMages/Core/pact.git"
[dependencies.posix_rs]
git = "ssh://git@gitlab.com/CyberMages/FFI/posix_rs.git"