feat: make cargo workspace publishable
Some checks failed
Deploy to GitHub Pages / build_site (push) Failing after 42s
Some checks failed
Deploy to GitHub Pages / build_site (push) Failing after 42s
This commit is contained in:
parent
bcec0b45ab
commit
38fc17f747
@ -2,6 +2,10 @@
|
||||
name = "nodarium_types"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
license = "MIT"
|
||||
description = "Types for Nodarium"
|
||||
website = "https://nodes.max-richter.dev"
|
||||
repository = "https://github.com/jim-fx/nodes"
|
||||
|
||||
[dependencies]
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
|
Loading…
Reference in New Issue
Block a user