diff options
| author | 2024-12-17 16:06:48 -0600 | |
|---|---|---|
| committer | 2024-12-17 16:06:48 -0600 | |
| commit | 88728968b9a05c038e1346bb378a88cdcc1f000d (patch) | |
| tree | 2acc06a8883cb9215839a9ddc1ce7bd965001806 /Cargo.toml | |
initial commit
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 10 |
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" |
