KillingSpark / rustysd

A service manager that is able to run "traditional" systemd services, written in rust
MIT License
500 stars 15 forks source link

Replace shellwords dependency with shlex #23

Closed wmanley closed 4 years ago

wmanley commented 4 years ago

shlex is superior in that:

This allows rustysd to drop its dependency on regex.

KillingSpark commented 4 years ago

Thanks! Dropping deps is always nice