fix: fix Cargo.toml section order
Some checks failed
BotServer CI/CD / build (push) Failing after 2s
Some checks failed
BotServer CI/CD / build (push) Failing after 2s
This commit is contained in:
parent
60dc273681
commit
8c908ed2f0
1 changed files with 1 additions and 5 deletions
|
|
@ -228,14 +228,10 @@ notify = { workspace = true, optional = true }
|
|||
# Embedded static files
|
||||
rust-embed = { workspace = true, optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
mockito = { workspace = true }
|
||||
tempfile = { workspace = true }
|
||||
bigdecimal = { workspace = true }
|
||||
|
||||
[dependencies]
|
||||
ureq = { version = "2", features = ["json"] }
|
||||
|
||||
[dev-dependencies]
|
||||
mockito = { workspace = true }
|
||||
tempfile = { workspace = true }
|
||||
bigdecimal = { workspace = true }
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue