mirror of
https://github.com/moghtech/komodo.git
synced 2026-02-13 15:39:03 -06:00
11 lines
209 B
TOML
11 lines
209 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"
|