-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
51 lines (48 loc) · 1.17 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
48
49
50
51
[workspace]
members = [
"src/bin/sdre-hub",
"src/bin/sh-tauri",
"src/libraries/sdrehub",
"src/libraries/sh-api",
"src/libraries/sh-config",
"src/libraries/sh-common",
"src/libraries/sh-common-server",
]
exclude = ["sh-frontend"]
resolver = "2"
[workspace.package]
version = "4.0.0-alpha.1"
edition = "2021"
authors = ["Fred Clausen"]
description = "SDR-E Hub is a consumer of ACARS messages from many sources, matching them up with ADSB and other data, and then displaying them in a web interface."
documentation = "https://github.com/sdr-enthusiasts/sdre-hub/README.md"
homepage = "https://github.com/sdr-enthusiasts/sdre-hub"
repository = "https://github.com/sdr-enthusiasts/sdre-hub"
readme = "README.MD"
license = "MIT"
rust-version = "1.78.0"
keywords = [
"acars",
"vdlm",
"vdlm2",
"vdl-m2",
"hfdl",
"adsb",
"docker",
"web",
"sdr",
"rtl-sdr",
"aircraft",
"airplane",
"airline",
"flight",
"tracking",
"hub",
"server",
"client",
"frontend",
"backend",
"api",
]
categories = ["aerospace"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html