2024-04-18 15:40:41 +02:00
|
|
|
[package]
|
2024-05-02 14:15:20 +02:00
|
|
|
name = "nodarium_types"
|
2024-04-18 15:40:41 +02:00
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
2024-05-02 14:19:48 +02:00
|
|
|
license = "MIT"
|
|
|
|
description = "Types for Nodarium"
|
|
|
|
website = "https://nodes.max-richter.dev"
|
|
|
|
repository = "https://github.com/jim-fx/nodes"
|
2024-04-18 15:40:41 +02:00
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
|
|
serde_json = { version = "1.0", default-features = false, features = ["alloc"] }
|