[package] name = "fc-tools-snowflakes" authors = ["hydrostaticcog "] version = "0.1.1" edition = "2021" license = "MIT" description = "Developer tools for FerrisChat (snowflake parser)" homepage = "https://ferris.chat" documentation = "https://docs.rs/fc-tools-snowflakes" repository = "https://github.com/hydrostaticcog/FC-Snowflake-Parser" readme = "README.md" include = [ "**/*.rs", "Cargo.toml", "/.gitignore", "/LICENSE", "/README.md" ] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] chrono = "0.4" int-enum = "0.4.0"