This repository has been archived by the owner on Dec 17, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Restructure
Cargo.toml
for the node crate (#101)
Node crate contains both, the node binary, but also the library for writing e.g. JSON-RPC clients or building transactions out of the node. In order to avoid certain dependencies in the library (most notably the vsock related ones), those problematic dependencies are marked as optional and moved behind a feature flag that the binary build depends on.
- Loading branch information
Showing
1 changed file
with
57 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters