[package] name = "rtapi-logger" version = "0.2.0" edition = "2021" authors = ["James Waples "] documentation = "https://docs.rs/rtapi-logger" description = "A LinuxCNC RTAPI logging adapter for the log crate ecosystem" readme = "./README.md" license = "MIT OR Apache-2.0" keywords = [ "cnc", "linuxcnc", "log" ] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] linuxcnc-hal-sys = { path = "../linuxcnc-hal-sys", version = "0.3.0" } log = "0.4.17"