aboutsummaryrefslogtreecommitdiffstats
path: root/crates
diff options
context:
space:
mode:
authorrtkay123 <dev@kanjala.com>2026-02-08 11:38:49 +0200
committerrtkay123 <dev@kanjala.com>2026-02-08 11:38:49 +0200
commit12afe223312e74c58aa426e6d4648d4a5a071b1a (patch)
tree5e8eef1001cbec1e1941d3cfaf6a818347f3083e /crates
parente6f4b5ce3a0b0ee5d962d786977e2fd8433a169b (diff)
downloadsellershut-12afe223312e74c58aa426e6d4648d4a5a071b1a.tar.bz2
sellershut-12afe223312e74c58aa426e6d4648d4a5a071b1a.zip
feat: start server
Diffstat (limited to 'crates')
-rw-r--r--crates/sellershut/Cargo.toml9
-rw-r--r--crates/sellershut/src/main.rs3
2 files changed, 0 insertions, 12 deletions
diff --git a/crates/sellershut/Cargo.toml b/crates/sellershut/Cargo.toml
deleted file mode 100644
index fec9e08..0000000
--- a/crates/sellershut/Cargo.toml
+++ /dev/null
@@ -1,9 +0,0 @@
-[package]
-name = "sellershut"
-version = "0.1.0"
-edition = "2024"
-license.workspace = true
-readme.workspace = true
-documentation.workspace = true
-
-[dependencies]
diff --git a/crates/sellershut/src/main.rs b/crates/sellershut/src/main.rs
deleted file mode 100644
index e7a11a9..0000000
--- a/crates/sellershut/src/main.rs
+++ /dev/null
@@ -1,3 +0,0 @@
-fn main() {
- println!("Hello, world!");
-}