diff options
| author | LLLL Colonq <llll@colonq> | 2025-02-16 22:55:43 -0500 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2025-02-16 22:55:43 -0500 |
| commit | 4d0a8140130ebd0f46744b86eeb2a708657a942e (patch) | |
| tree | 6b1a11e07173c769d0f3522c2f6088409b69332d /crates/server | |
| parent | 33d69b282e082acce3c5d36cc08cd99a7ccf738d (diff) | |
Switch to workspace
Diffstat (limited to 'crates/server')
| -rw-r--r-- | crates/server/Cargo.toml | 5 | ||||
| -rw-r--r-- | crates/server/src/lib.rs | 0 |
2 files changed, 5 insertions, 0 deletions
diff --git a/crates/server/Cargo.toml b/crates/server/Cargo.toml new file mode 100644 index 0000000..7c91f7b --- /dev/null +++ b/crates/server/Cargo.toml @@ -0,0 +1,5 @@ +[package] +name = "server" +version.workspace = true +edition.workspace = true +authors.workspace = true
\ No newline at end of file diff --git a/crates/server/src/lib.rs b/crates/server/src/lib.rs new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/crates/server/src/lib.rs |
