nodes/packages/types/Cargo.toml
Max Richter 38fc17f747
Some checks failed
Deploy to GitHub Pages / build_site (push) Failing after 42s
feat: make cargo workspace publishable
2024-05-02 14:19:48 +02:00

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"] }