[package]
edition = "2018"
name = "nff"
version = "0.1.2"
authors = ["rmsthebest <11652273+rmsthebest@users.noreply.github.com>"]
description = "Command line utility that calculates nullable first follow sets. Can also be used as a library"
documentation = "https://docs.rs/nff"
readme = "README.md"
keywords = ["nullable", "first", "follow", "nff"]
categories = ["command-line-utilities"]
license = "GPL-3.0"
repository = "https://github.com/rmsthebest/nullable-first-follow"
[dependencies.hashbrown]
version = "0.1"