The project is setup to use the Cargo build system.
#3 The required Cargo files for an executable have been added to the project.
This commit is contained in:
parent
21838f79a6
commit
e53c7208d7
13
Cargo.toml
Normal file
13
Cargo.toml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
[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"
|
Loading…
x
Reference in New Issue
Block a user