5 Commits

Author SHA1 Message Date
9d0425859b A Daemon can now be created using the Daemon::spawn function.
This follows the POSIX standard way of creating a daemon process.
This does not use the systemd or other init system specifics.
2017-10-11 01:04:30 -04:00
04ea4aa144 The project will now compile as a library.
#4

This is as bare bones as a library gets.
2017-09-02 04:25:14 -04:00
e53c7208d7 The project is setup to use the Cargo build system.
#3

The required Cargo files for an executable have been added to the project.
2017-09-02 04:23:50 -04:00
21838f79a6 Added a README that contains the name of the project and a description.
#2
2017-09-02 04:22:28 -04:00
84214ba867 Added the standard .gitignore file for rust projects.
#1

Since this is a library the Cargo.lock file is listed so that
it will not be checked in with the project.
2017-09-02 04:21:43 -04:00