[package] name = "nodium" version = "0.1.2" authors = ["cherob"] description = "Nodium is an easy-to-use data analysis and automation platform built using Rust, designed to be versatile and modular. Nodium aims to provide a user-friendly visual node-based interface for various tasks." edition = "2021" license-file = "LICENSE" [dependencies] tokio = { version = "1.27.0", features = ["full"] } eframe = "0.15.0" log = "0.4" env_logger = "0.9" nodium-plugins = { path = "libs/plugins", version = "0.1.0" } nodium-app = { path = "libs/app", version = "0.1.0" } nodium-events = { path = "libs/events" , version = "0.1.1" }