[package] name = "weepingtown" description = "Social psychology and sociology, individual and group behavior for my Hornvale project." version = "0.1.0" edition = "2021" authors = ["Nathan Douglas "] license = "Unlicense" homepage = "https://ndouglas.github.io/hornvale/" repository = "https://github.com/ndouglas/hornvale/" documentation = "https://ndouglas.github.io/hornvale/" readme = "README.md" keywords = ["hornvale"] [lib] name = "weepingtown" path = "src/lib.rs" [[bin]] name = "weepingtown" path = "src/main.rs" [dependencies] function_name = { workspace = true } log = { workspace = true } pretty_env_logger = { workspace = true } volmark = { workspace = true }