Add library package for shared code

This commit is contained in:
Nick Rolfe
2020-10-23 13:01:17 +01:00
parent 305fd566a8
commit 849e109583
6 changed files with 32 additions and 12 deletions

11
node-types/Cargo.toml Normal file
View File

@@ -0,0 +1,11 @@
[package]
name = "node-types"
version = "0.1.0"
authors = ["GitHub"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"