Initial commit

This commit is contained in:
Aleksandr 2024-10-15 19:03:39 +03:00
commit 85b08fe00b
29 changed files with 750 additions and 0 deletions

20
Cargo.toml Normal file
View file

@ -0,0 +1,20 @@
[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]