mirror of
https://github.com/moghtech/komodo.git
synced 2026-05-02 09:34:38 -05:00
14 lines
305 B
TOML
14 lines
305 B
TOML
[package]
|
|
name = "types"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
serde = "1.0"
|
|
serde_derive = "1.0"
|
|
mungos = "0.2.24"
|
|
strum = "0.24"
|
|
strum_macros = "0.24"
|
|
async_timing_util = "0.1.11" |