Initial commit
This commit is contained in:
14
Cargo.toml
Normal file
14
Cargo.toml
Normal file
@@ -0,0 +1,14 @@
|
||||
[package]
|
||||
name = "contextswitch-web"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
authors = ["David Rousselie <david@rousselie.name>"]
|
||||
|
||||
[dependencies]
|
||||
contextswitch-types = { git = "https://github.com/dax/contextswitch-types.git" }
|
||||
perseus = { version = "0.3.0", features = ["hydrate"] }
|
||||
sycamore = "0.7"
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
ureq = "2.4.0"
|
||||
reqwasm = "0.4.0"
|
||||
Reference in New Issue
Block a user