Max Richter
38fc17f747
Some checks failed
Deploy to GitHub Pages / build_site (push) Failing after 42s
13 lines
357 B
TOML
13 lines
357 B
TOML
[package]
|
|
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"] }
|
|
serde_json = { version = "1.0", default-features = false, features = ["alloc"] }
|