[package] name = "shiny" version = "0.1.0" edition = "2021" [workspace] members = [ "crates/typing", "crates/std", ] [workspace.dependencies] shiny-typing.path = "crates/typing" shiny-std.path = "crates/std" fxhash = "0.2.1" hashbrown = "0.15.0" [dependencies]