19a64f906e
- Add network crate. - Add sync crate. - Add version crate. - Add lighthouse configuration. - Add network configuration.
9 lines
147 B
TOML
9 lines
147 B
TOML
[package]
|
|
name = "version"
|
|
version = "0.1.0"
|
|
authors = ["Age Manning <Age@AgeManning.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
target_info = "0.1.0"
|