mirror of
https://github.com/Astatin3/unshell.git
synced 2026-06-08 22:38:01 -06:00
Move modules to individual projects. Change API syntax.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
[package]
|
||||
name = "server"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
@@ -0,0 +1,3 @@
|
||||
fn main() {
|
||||
println!("Hello, world!");
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
name="Server"
|
||||
version="0.1"
|
||||
description="Test server module for unshell"
|
||||
authors=["astatin3"]
|
||||
|
||||
|
||||
[config]
|
||||
header1 = { Header = "Header123" }
|
||||
integer1 = { Integer = {}}
|
||||
Reference in New Issue
Block a user