infmachine 0.1.1

The Infinite Machine.
Documentation
[package]
name = "infmachine"
authors = ["Mateusz Szpakowski"]
license = "Apache-2.0"
version = "0.1.1"
edition = "2021"
description = "The Infinite Machine."
repository = "https://github.com/matszpk/infmachine"
documentation = "https://docs.rs/infmachine"
keywords = ["gate", "logic", "circuit", "machine"]
categories = ["science", "mathematics"]

[lib]
path = "src/lib.rs"

[dependencies]
gatenative = "0.2.0"
infmachine_config = "0.1.0"
thiserror = "1.0"