]> the.earth.li Git - mqttdeck.git/log
mqttdeck.git
2 years agoAdd udev/systemd service files to start on device insertion v0.1.0
Jonathan McDowell [Sat, 10 Jun 2023 17:17:26 +0000 (18:17 +0100)]
Add udev/systemd service files to start on device insertion

2 years agoAdd basic, terrible, Debian packaging
Jonathan McDowell [Sat, 10 Jun 2023 16:39:22 +0000 (17:39 +0100)]
Add basic, terrible, Debian packaging

This is not the right way to package a Rust binary for Debian; it makes
no attempt to use system Rust crates and instead invokes cargo itself to
download what's needed. However it makes it much easier to test
deployment and in the unlikely event I decide to upload to Debian I'll
fix it to use dh-cargo etc first.

2 years agoInitial commit
Jonathan McDowell [Wed, 7 Jun 2023 18:25:57 +0000 (19:25 +0100)]
Initial commit