[package] name = "rs_trie" version = "0.1.0" authors = ["Nathan Bedell "] edition = "2018" license = "MIT" description = "My first Rust crate. A simple implementation of a Trie datastructure with a struct and linked lists. Not intended for serious use." # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]