Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ rust-version = "1.94"
[workspace.dependencies]
astr.path = "crates/astr"
blsforme = { git = "https://github.com/AerynOS/blsforme.git", rev = "55da60a60b6f883818fbd67c67557439787f2fce" }
bytes = "1.6.0"
camino = "1.1.10"
chrono = "0.4.38"
clap = { version = "4.5.8", features = ["derive", "string"] }
Expand Down Expand Up @@ -44,7 +43,6 @@ glob = "0.3.1"
hex = "0.4.3"
humansize = "2.1.3"
indextree = "4.6.1"
libsqlite3-sys = { version = "0.35.0", features = ["bundled"] }
log = "0.4.22"
nc = "0.9.7"
nom = "7.1.3"
Expand Down
1 change: 0 additions & 1 deletion crates/stone_recipe/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ rust-version.workspace = true

[dependencies]
kdl.workspace = true
nom.workspace = true
serde.workspace = true
serde_yaml.workspace = true
snafu.workspace = true
Expand Down
1 change: 0 additions & 1 deletion libstone/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ capi = []
stone = { path = "../crates/stone", features = ["ffi"] }

libc.workspace = true
strum.workspace = true

[build-dependencies]
cbindgen.workspace = true
7 changes: 0 additions & 7 deletions moss/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ edition.workspace = true
version.workspace = true
rust-version.workspace = true

[package.metadata.cargo-machete]
# Needed for unixepoch() in src/db/state/migrations/2025-03-04-201550_init/up.sql
ignored = ["libsqlite3-sys"]

[features]
testing = []

Expand All @@ -27,7 +23,6 @@ vfs = { path = "../crates/vfs" }

astr.workspace = true
blsforme.workspace = true
bytes.workspace = true
camino.workspace = true
chrono.workspace = true
clap_mangen.workspace = true
Expand All @@ -49,7 +44,6 @@ reqwest.workspace = true
rusqlite.workspace = true
serde.workspace = true
serde_json.workspace = true
serde_yaml.workspace = true
similar.workspace = true
sha2.workspace = true
snafu.workspace = true
Expand All @@ -58,7 +52,6 @@ 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
Expand Down
Loading