-
-
Notifications
You must be signed in to change notification settings - Fork 37
Expand file tree
/
Copy pathCargo.toml
More file actions
59 lines (55 loc) · 1.56 KB
/
Cargo.toml
File metadata and controls
59 lines (55 loc) · 1.56 KB
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
52
53
54
55
56
57
58
59
[package]
name = "moss"
edition.workspace = true
version.workspace = true
rust-version.workspace = true
[dependencies]
config = { path = "../crates/config" }
container = { path = "../crates/container" }
dag = { path = "../crates/dag" }
tools_buildinfo = { path = "../crates/tools_buildinfo" }
stone = { path = "../crates/stone" }
tracing_common = { path = "../crates/tracing_common" }
triggers = { path = "../crates/triggers" }
tui = { path = "../crates/tui" }
vfs = { path = "../crates/vfs" }
arc-swap.workspace = true
blsforme.workspace = true
bytes.workspace = true
camino.workspace = true
chrono.workspace = true
clap_mangen.workspace = true
clap_complete.workspace = true
clap.workspace = true
derive_more.workspace = true
diesel.workspace = true
diesel_migrations.workspace = true
itertools.workspace = true
fnmatch = { path = "../crates/fnmatch" }
fs-err.workspace = true
futures-util.workspace = true
hex.workspace = true
kdl.workspace = true
libsqlite3-sys.workspace = true
log.workspace = true
nix.workspace = true
os-info.workspace = true
rayon.workspace = true
reqwest.workspace = true
serde.workspace = true
sha2.workspace = true
strum.workspace = true
tokio.workspace = true
tokio-util.workspace = true
thiserror.workspace = true
tracing.workspace = true
tracing-subscriber.workspace = true
url.workspace = true
xxhash-rust.workspace = true
zbus.workspace = true
astr = { workspace = true, features = ["diesel"] }
[package.metadata.cargo-machete]
# Needed for unixepoch() in src/db/state/migrations/2025-03-04-201550_init/up.sql
ignored = ["libsqlite3-sys"]
[lints]
workspace = true