mirror of
https://git.ghostchain.io/proxmio/ghost-node.git
synced 2025-12-27 03:09:56 +00:00
inital commit, which is clearly not initial
Signed-off-by: Uncle Stretch <uncle.stretch@ghostchain.io>
This commit is contained in:
14
primitives/machine/Cargo.toml
Normal file
14
primitives/machine/Cargo.toml
Normal file
@@ -0,0 +1,14 @@
|
||||
[package]
|
||||
name = "ghost-machine-primitives"
|
||||
description = "Minimal requirements for Ghost Node"
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
authors.workspace = true
|
||||
license.workspace = true
|
||||
repository.workspace = true
|
||||
homepage.workspace = true
|
||||
|
||||
[dependencies]
|
||||
lazy_static = { workspace = true }
|
||||
sc-sysinfo = { workspace = true }
|
||||
serde_json = { workspace = true, default-features = true }
|
||||
Reference in New Issue
Block a user