mirror of
https://github.com/uqbar-dao/nectar.git
synced 2024-11-23 11:53:05 +03:00
minor fixes
This commit is contained in:
parent
03714f02ef
commit
a5d30e22fb
@ -1,8 +0,0 @@
|
||||
pub static BOOTSTRAPPED_PROCESSES: &[(&str, &[u8])] = &[
|
||||
("kns_indexer.zip", include_bytes!("/home/nick/git/kinode/target/kns_indexer.zip")),
|
||||
("app_store.zip", include_bytes!("/home/nick/git/kinode/target/app_store.zip")),
|
||||
("homepage.zip", include_bytes!("/home/nick/git/kinode/target/homepage.zip")),
|
||||
("tester.zip", include_bytes!("/home/nick/git/kinode/target/tester.zip")),
|
||||
("terminal.zip", include_bytes!("/home/nick/git/kinode/target/terminal.zip")),
|
||||
("chess.zip", include_bytes!("/home/nick/git/kinode/target/chess.zip")),
|
||||
];
|
@ -1,3 +1,4 @@
|
||||
#![allow(unused)]
|
||||
pub mod provider;
|
||||
|
||||
pub use lib::types::eth as types;
|
||||
|
@ -1,3 +1,4 @@
|
||||
#![allow(unused)]
|
||||
pub mod client;
|
||||
pub mod server;
|
||||
pub mod utils;
|
||||
|
Loading…
Reference in New Issue
Block a user