Initial commit
This commit is contained in:
commit
85b08fe00b
29 changed files with 750 additions and 0 deletions
20
Cargo.toml
Normal file
20
Cargo.toml
Normal 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]
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue