aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock7
-rw-r--r--Cargo.toml3
-rw-r--r--README.md1
3 files changed, 11 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
new file mode 100644
index 0000000..4856bee
--- /dev/null
+++ b/Cargo.lock
@@ -0,0 +1,7 @@
+# This file is automatically @generated by Cargo.
+# It is not intended for manual editing.
+version = 4
+
+[[package]]
+name = "sellershut"
+version = "0.1.0"
diff --git a/Cargo.toml b/Cargo.toml
index cbecff3..3112380 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,5 +2,8 @@
name = "sellershut"
version = "0.1.0"
edition = "2024"
+license = "AGPL-3.0-only"
+description = "A federated marketplace platform"
+homepage = "https://git.kanjala.com/sellershut"
[dependencies]
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..f198bb7
--- /dev/null
+++ b/README.md
@@ -0,0 +1 @@
+# sellershut