-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCargo.toml
More file actions
30 lines (27 loc) · 802 Bytes
/
Cargo.toml
File metadata and controls
30 lines (27 loc) · 802 Bytes
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
[workspace]
members = ["client", "server", "common"]
resolver = "2"
[profile.release]
debug = 1
[patch.crates-io]
ffmpeg-sys-next = { git = "https://github.com/AzureMarker/rust-ffmpeg-sys.git" }
[workspace.dependencies]
anyhow = "1.0"
bincode = "1.3"
ctru-rs = { git = "https://github.com/rust3ds/ctru-rs.git" }
ctru-sys = { git = "https://github.com/rust3ds/ctru-rs.git" }
env_logger = { version = "0.11", default-features = false }
ffmpeg-next = "8.0.0"
futures = "0.3"
input-linux = "0.7"
libc = "0.2"
log = "0.4"
n3ds-remote-play-common = { path = "common" }
rtp-types = "0.1"
tokio = "1.49.0"
tokio-stream = { version = "0.1", default-features = false }
tokio-util = "0.7"
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["tracing-log"] }
vigem-client = "0.1.4"
xcap = "0.8"