-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCargo.toml
47 lines (44 loc) · 1.11 KB
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
[workspace]
resolver = "2"
members = [
"aimcli",
"cprcli",
"mod-fix-bath-house-bribe-blunders",
"mod-fix-damage-to-offside-ship-artillery",
"mod-fix-invulnerable-ship-artillery-slots",
"mod-fix-market-hall-production-town",
"mod-fix-multiplayer-locks",
"mod-fix-new-settlement-ware-production",
"mod-fix-siege-beggar-satisfaction-bonus",
"mod-fix-uncompressed-trade-route-loading",
"mod-high-res",
"mod-increase-alderman-found-settlement-mission-limit",
"mod-scrollmap-render-all-ships",
"mod-shipyard-details",
"mod-tavern-show-all-sailors",
"mod-town-hall-details",
"mod-trading-office-prices-synchronization",
"navpointmatrixcli",
#"p3-agent",
"p3-agent-loader",
"p3-aim",
"p3-aim-sys",
"p3-api",
"p3-modloader",
"p3-rou",
]
exclude = [
]
[workspace.package]
version = "0.1.14"
[workspace.dependencies]
hooklet = "^0.1.8"
clap = { version = "4.3.0", features = ["derive"] }
simple_logger = "4.1"
log = "0.4"
sysinfo = "0.29"
win_dbg_logger = "0.1"
num-traits = "0.2"
num-derive = "0.4"
byteorder = "1.5.0"
pathfinding = "4.11.0"