aboutsummaryrefslogtreecommitdiffstats
path: root/zoned/Cargo.toml
AgeCommit message (Collapse)Author
2022-10-21chore: update package's to use workspace dependenciesToby Vincent
2022-10-21chore: update package Cargo.toml to use workspace valuesToby Vincent
2022-09-27chore: update depsToby Vincent
2022-03-20feat: implement pty over websocketToby Vincent
2022-03-20feat: implement basic terminalNeil Kollack
2022-02-24build: clean up cargo.toml filesToby Vincent
2022-03-17fix: update to new extension functionToby Vincent
2022-03-17refactor: migrated from rocket to axumToby Vincent
2022-02-22feat(zfs): impl snapshot timestamp behind featureToby Vincent
add feature in zone_zfs to enable snapshot names to represent timestamps Fix #27
2022-02-18refactor(nspawn): refactor nspawn to follow othersToby Vincent
Refactor zone_nspawn to follow the same structure as the other crates
2022-02-13refactor: add error handling to librariesToby Vincent
refactor libraries from using anyhow to explicitly handling errors
2022-02-02fix(config): fix config handleing through rocketToby Vincent
Co-authored-by: Neil Kollack <nkollack@gmail.com>
2022-01-31feat: use figment Crate to setup configsNeil Kollack
Fixes #5
2022-01-28refactor: move zfs and nspawn to seperate lib cratesToby Vincent
Co-authored-by: Neil Kollack <nkollack@gmail.com>"