Skip to content

Commit 22d3de0

Browse files
cli-s1ncocool97
authored andcommitted
chore: packages at workspace level
1 parent 7c38c85 commit 22d3de0

File tree

7 files changed

+97
-234
lines changed

7 files changed

+97
-234
lines changed

Cargo.lock

Lines changed: 10 additions & 178 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,41 @@ license = "MIT"
1212
repository = "https://github.com/cocool97/appledb_rs"
1313
version = "0.1.0"
1414

15+
[workspace.dependencies]
16+
anyhow = "1.0.100"
17+
apple-codesign = { version = "0.29.0", default-features = false }
18+
appledb_common = { path = "common" }
19+
async-std = "1"
20+
axum = "0.8.6"
21+
axum-macros = "0.5.0"
22+
base64 = "0.22.1"
23+
chrono = "0.4.42"
24+
clap = "4.5.48"
25+
entity = { path = "entity" }
26+
env_logger = "0.11.8"
27+
futures = "0.3.31"
28+
indicatif = "0.18.0"
29+
inotify = "0.11.0"
30+
log = "0.4.28"
31+
migration = { path = "migration" }
32+
plist = "1.8.0"
33+
reqwest = { version = "0.12.23", default-features = false }
34+
sea-orm = "1.1.17"
35+
sea-orm-migration = "1.1.17"
36+
serde = "1.0.228"
37+
serde_json = "1.0.145"
38+
serde_norway = "0.9.42"
39+
strum = "0.27.2"
40+
strum_macros = "0.27.2"
41+
tokio = "1.47.1"
42+
tower = "0.5.2"
43+
tower-http = "0.6.6"
44+
url = "2.5.7"
45+
utoipa = "5.4.0"
46+
utoipa-swagger-ui = "9.0.2"
47+
uuid = "1.18.1"
48+
walkdir = "2.5.0"
49+
1550
[profile.release]
1651
codegen-units = 1
1752
debug-assertions = false

0 commit comments

Comments
 (0)