[package] name = "millefeuille" version = "0.0.0" authors = [ "Keunhong Lee " ] homepage = "https://github.com/leeopop/FPS" repository = "https://github.com/leeopop/FPS" documentation = "https://github.com/leeopop/FPS" license = "MIT" keywords = ["fps", "flow", "packet", "processing", "millefeuille"] description = """ Millefeuille plugin for Flow processing system (under construction). """ [lib] crate_type = ["dylib"] name = "millefeuille" path = "src/lib.rs" plugin = true