A half-working systemd service generator.
Find a file
dependabot[bot] a0a8bd2724
Bump unsafe-libyaml from 0.2.9 to 0.2.10
Bumps [unsafe-libyaml](https://github.com/dtolnay/unsafe-libyaml) from 0.2.9 to 0.2.10.
- [Release notes](https://github.com/dtolnay/unsafe-libyaml/releases)
- [Commits](https://github.com/dtolnay/unsafe-libyaml/compare/0.2.9...0.2.10)

---
updated-dependencies:
- dependency-name: unsafe-libyaml
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-21 18:31:50 +00:00
.github/workflows add a testing CI for no reason 2023-09-28 12:59:18 +03:00
services initial commit 2023-09-28 12:59:13 +03:00
src initial commit 2023-09-28 12:59:13 +03:00
test initial commit 2023-09-28 12:59:13 +03:00
.envrc initial commit 2023-09-28 12:59:13 +03:00
.gitignore initial commit 2023-09-28 12:59:13 +03:00
Cargo.lock Bump unsafe-libyaml from 0.2.9 to 0.2.10 2023-12-21 18:31:50 +00:00
Cargo.toml initial commit 2023-09-28 12:59:13 +03:00
default.nix initial commit 2023-09-28 12:59:13 +03:00
flake.lock initial commit 2023-09-28 12:59:13 +03:00
flake.nix initial commit 2023-09-28 12:59:13 +03:00
LICENSE Initial commit 2023-09-28 12:50:52 +03:00
README.md initial commit 2023-09-28 12:59:13 +03:00
shell.nix initial commit 2023-09-28 12:59:13 +03:00

 Systemyml

Something something generate systemd services from Yaml files. Works for the most part.

I think I can finally say I know how to write Rust code.