chore: define workspace.dependencies and add sea-orm-cli as dev-dep
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user