removed server ctl

This commit is contained in:
michael-bailey 2024-04-14 00:02:50 +01:00
parent 0e71feac70
commit d93fe70252
2 changed files with 0 additions and 12 deletions

View File

@ -1,9 +0,0 @@
[package]
name = "serverctl"
version = "0.1.0"
authors = ["michael-bailey <mickyb18a@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]

View File

@ -1,3 +0,0 @@
fn main() {
println!("Hello, world!");
}