Skip to content

Commit

Permalink
some cleaning up
Browse files Browse the repository at this point in the history
  • Loading branch information
tshepang committed Jan 7, 2021
1 parent 1a477db commit 89ec38b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 21 deletions.
2 changes: 1 addition & 1 deletion example/backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ version="5"
features= ["compression", "interpolate-folder-path"]

[build-dependencies]
web-bundler = "0.1.2"
web-bundler = "0.1"

# depend on the frontend project here not because we actually use it,
# but because we want to trigger a rerun of the build.rs script if
Expand Down
26 changes: 6 additions & 20 deletions example/frontend/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,32 +1,18 @@
[package]
name = "frontend"
version = "0.1.0"
authors = ["Martin Kavík <martin@kavik.cz>"]
version = "0.0.0"
edition = "2018"

[lib]
crate-type = ["cdylib"]

[build-dependencies]
sass-rs = "0.2"

[dev-dependencies]
wasm-bindgen-test = "0.3.8"

[dependencies]
wasm-bindgen = { version = "0.2.59" }
seed = "0.8.0"
seed-bootstrap = { path = "../.." }
chrono = { version = "0.4.10", features = [ "wasmbind" ]}
strum = "0.17.1"
strum_macros = "0.17.1"
seed = "0.8"
strum = "0.17"
strum_macros = "0.17"

[dependencies.web-sys]
version = "0.3.35"
features = [
"HtmlCanvasElement",
"HtmlElement",
]
[dependencies.seed-bootstrap]
path = "../.."

[package.metadata.wasm-pack.profile.release]
wasm-opt = ['-Os']

0 comments on commit 89ec38b

Please sign in to comment.