diff options
author | Nathan Ringo <nathan@remexre.com> | 2024-01-18 10:58:36 -0600 |
---|---|---|
committer | Nathan Ringo <nathan@remexre.com> | 2024-01-18 10:58:36 -0600 |
commit | 00d0bfced902e97eeae5257c14134d4bc7efc710 (patch) | |
tree | ee026f328614e03aec3ed373d9f2e6c8e255f834 /Cargo.toml | |
parent | 7017762a4a38266aa88976be141f7bd663647edc (diff) |
Commands to interact with discocaml, associated IPC.
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -10,9 +10,10 @@ csv = "1.3.0" futures = "0.3.30" log = "0.4.20" serde = { version = "1.0.195", features = ["derive"] } +serde_json = "1.0.111" serenity = "0.12.0" simple_logger = "4.3.3" sqlx = { version = "0.7.3", features = ["runtime-tokio", "sqlite", "time"] } time = { version = "0.3.31", features = ["local-offset"] } -tokio = { version = "1.35.1", features = ["rt-multi-thread"] } +tokio = { version = "1.35.1", features = ["process", "rt-multi-thread"] } toml = "0.8.8" |