summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBen Bridle <ben@derelict.engineering>2025-02-03 17:50:10 +1300
committerBen Bridle <ben@derelict.engineering>2025-02-03 17:50:10 +1300
commit5277fd9c56619d1fcd4776968b851ea534526435 (patch)
treec4f8f95d8b8c9a8e3e8e4fda64f2817181d0161d /Cargo.toml
downloadswitchboard-5277fd9c56619d1fcd4776968b851ea534526435.zip
Initial commit
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..5fade60
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,10 @@
+[package]
+name = "switchboard"
+version = "0.1.0"
+edition = "2021"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]
+log = { git = "git://benbridle.com/log", tag = "v1.1.1" }
+paste = "1.0.15"