Actual dummy server for the server cli

This commit is contained in:
Lukas Wirth 2024-06-30 16:33:30 +02:00
parent b0c4bc4972
commit 9d09bc0619
2 changed files with 29 additions and 3 deletions

View file

@ -8,7 +8,7 @@
//! 1.58) and future ABIs (stage1, nightly)
use std::{
env, fs,
env,
path::{Path, PathBuf},
process::Command,
};