trifid/trifid-api-old/trifid_api_entities/Cargo.toml

15 lines
439 B
TOML
Raw Permalink Normal View History

2023-04-02 17:06:16 +00:00
[package]
name = "trifid_api_entities"
2023-08-19 02:46:03 +00:00
version = "0.2.0"
2023-04-02 17:06:16 +00:00
edition = "2021"
2023-06-22 01:11:56 +00: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 17:06:16 +00:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2023-08-05 18:52:12 +00:00
sea-orm = { version = "0.12" }