A simple echo server (init)

This commit is contained in:
Stanislav N Mikhailov
2026-07-04 17:41:21 +03:00
commit 8f83f3cddc
5 changed files with 87 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
[package]
name = "nocloud-core"
version = "0.1.0"
edition = "2024"
[dependencies]