aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAaditya Dhruv <[email protected]>2025-06-05 16:51:33 -0500
committerAaditya Dhruv <[email protected]>2025-06-05 16:51:33 -0500
commit46d22e77d458b1e5cd9a9b17df67c63849574a95 (patch)
tree9f3b6bcf132fbf17078f11332a3041662ab1b651 /Cargo.toml
Barebones rendering framework
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..76c96ac
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,4 @@
+[package]
+name = "palpad"
+version = "0.1.0"
+edition = "2021"