Initialize repository snapshot
This commit is contained in:
7
vaultmesh-offsec/Cargo.toml
Normal file
7
vaultmesh-offsec/Cargo.toml
Normal file
@@ -0,0 +1,7 @@
|
||||
[package]
|
||||
name = "vaultmesh-offsec"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
vaultmesh-core = { path = "../vaultmesh-core" }
|
||||
5
vaultmesh-offsec/src/lib.rs
Normal file
5
vaultmesh-offsec/src/lib.rs
Normal file
@@ -0,0 +1,5 @@
|
||||
//! vaultmesh-offsec - stub engine, to be implemented.
|
||||
|
||||
pub fn ping() -> &'static str {
|
||||
"vaultmesh-offsec alive"
|
||||
}
|
||||
Reference in New Issue
Block a user