trifid/trifid-api/trifid_api_entities/Cargo.toml

15 lines
439 B
TOML
Raw Normal View History

2023-04-02 13:06:16 -04:00
[package]
name = "trifid_api_entities"
2023-08-18 22:46:03 -04:00
version = "0.2.0"
2023-04-02 13:06:16 -04:00
edition = "2021"
2023-06-21 21:11:56 -04:00
description = "Database entities for trifid-api"
license = "GPL-3.0-or-later"
documentation = "https://git.e3t.cc/~core/trifid"
homepage = "https://git.e3t.cc/~core/trifid"
repository = "https://git.e3t.cc/~core/trifid"
2023-04-02 13:06:16 -04:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2023-08-05 14:52:12 -04:00
sea-orm = { version = "0.12" }