summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBen Bridle <ben@derelict.engineering>2025-02-03 09:04:47 +1300
committerBen Bridle <ben@derelict.engineering>2025-02-03 09:20:04 +1300
commitd29420c886d77095c99761f6deb71081f7bc8dcb (patch)
tree331fac599cc723d72e3bfd2c8fd95b23d33896bd /Cargo.toml
downloadlog-d29420c886d77095c99761f6deb71081f7bc8dcb.zip
Initial commit
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..027da86
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,6 @@
+[package]
+name = "log"
+version = "0.1.0"
+edition = "2021"
+
+[dependencies]