[package] name = "nametable" version = "0.1.2" authors = ["CrLF0710 "] description = "A library for collecting and managing lots of string literals. Use this together with nametable_codegen." repository = "http://github.com/crlf0710/nametable" license = "MIT" [dependencies] [lib] name = "nametable" path = "src/lib.rs" [[test]] name = "tests"