scope-lock -> pod-registry
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
[package]
|
||||
name = "pod-registry"
|
||||
version = "0.1.0"
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
|
||||
[dependencies]
|
||||
fs4 = { version = "0.13.1", features = ["sync"] }
|
||||
libc = "0.2.185"
|
||||
manifest = { version = "0.1.0", path = "../manifest" }
|
||||
serde = { version = "1.0.228", features = ["derive"] }
|
||||
serde_json = "1.0.149"
|
||||
session-store = { version = "0.1.0", path = "../session-store" }
|
||||
thiserror = "2.0"
|
||||
|
||||
[dev-dependencies]
|
||||
tempfile = "3.27.0"
|
||||
Reference in New Issue
Block a user