summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar bigfoot547 <[email protected]>2024-12-17 16:06:48 -0600
committerLibravatar bigfoot547 <[email protected]>2024-12-17 16:06:48 -0600
commit88728968b9a05c038e1346bb378a88cdcc1f000d (patch)
tree2acc06a8883cb9215839a9ddc1ce7bd965001806 /Cargo.toml
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..e25f08b
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,10 @@
+[package]
+name = "o3launcher"
+version = "0.1.0"
+edition = "2021"
+
+[dependencies]
+chrono = { version = "0.4.39", default-features = false, features = ["std", "alloc", "clock", "now", "serde"] }
+regex = "1.11.1"
+serde = { version = "1.0.216", features = ["derive"] }
+serde_json = "1.0.133"