chore: define workspace.dependencies and add sea-orm-cli as dev-dep

This commit is contained in:
2024-09-19 23:50:42 +02:00
parent 0d51e3aa68
commit fcba21ef68
8 changed files with 952 additions and 90 deletions

View File

@ -4,10 +4,11 @@ version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0"
anyhow.workspace = true
libc = "0.2"
thiserror = "1.0"
thiserror.workspace = true
utils = { path = "../utils" }
[build-dependencies]
dotenv = "0.15"
dotenv.workspace = true