git.delta.rocks / jrsonnet / refs/commits / 0dbf00452082

difftreelog

fix update lockfile

Yaroslav Bolyukin2024-01-05parent: #deac38e.patch.diff
in: trunk

4 files changed

modifiedCargo.lockdiffbeforeafterboth
before · Cargo.lock
329 packageslockfile v3
modifiedCargo.tomldiffbeforeafterboth
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,5 +5,6 @@
 [workspace.dependencies]
 nixlike = { path = "./crates/nixlike" }
 better-command = { path = "./crates/better-command" }
+bifrostlink = "0.1.0"
 uuid = { version = "1.3.3", features = ["v4"] }
 tokio = { version = "1.33.0", features = ["fs", "rt", "macros", "sync", "time", "rt-multi-thread"] }
addedcrates/remowt-fs/Cargo.tomldiffbeforeafterboth
--- /dev/null
+++ b/crates/remowt-fs/Cargo.toml
@@ -0,0 +1,8 @@
+[package]
+name = "remowt-fs"
+version = "0.1.0"
+edition = "2021"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]
addedcrates/remowt-fs/src/lib.rsdiffbeforeafterboth
--- /dev/null
+++ b/crates/remowt-fs/src/lib.rs
@@ -0,0 +1,2 @@
+trait RemowtFS {}
+