Nicole Tietz-Sokolskaya
77d4ebb371
backed up by experiments demonstrating that SQLite will meet all of our requirements. This also introduces ADRs in the repo, and adds a README in preparation making the repository public.
15 lines
205 B
TOML
15 lines
205 B
TOML
[package]
|
|
name = "entity"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
name = "entity"
|
|
path = "src/lib.rs"
|
|
|
|
[dependencies.sea-orm]
|
|
version = "0.12.0"
|
|
features = [
|
|
"runtime-tokio-rustls",
|
|
"sqlx-sqlite",
|
|
]
|