mirror of
https://github.com/ivabus/rinth
synced 2024-11-22 08:25:09 +03:00
11 lines
245 B
TOML
11 lines
245 B
TOML
|
[package]
|
||
|
name = "rinth-types"
|
||
|
version = "0.0.1"
|
||
|
edition = "2021"
|
||
|
publish = false
|
||
|
license-file = "../LICENSE"
|
||
|
authors = [ "Ivan Bushchik <ivabus@ivabus.dev>" ]
|
||
|
|
||
|
[dependencies]
|
||
|
toml = "0.8.8"
|
||
|
serde = { version = "1.0.195", features = ["derive"] }
|