mirror of
https://github.com/fluencelabs/marine.git
synced 2025-06-28 06:01:37 +00:00
move node implementation to a separate folder
This commit is contained in:
@ -13,13 +13,8 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
#![feature(pattern)]
|
||||
|
||||
mod node;
|
||||
mod errors;
|
||||
mod config;
|
||||
mod imports;
|
||||
mod node_public_interface;
|
||||
|
||||
use fce::IValue;
|
||||
use node::IpfsNode;
|
||||
|
Reference in New Issue
Block a user