Skip to content
This repository was archived by the owner on Jun 7, 2024. It is now read-only.

Initial layout #13

Merged
merged 19 commits into from
Sep 20, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@ repository = "https://github.com/rust-lang-ar/rust-lang-ar.github.io"
version = "0.1.0"

[dependencies]
anyhow = "1.0.40"
console_error_panic_hook = "0.1.6"
serde = "1.0.126"
serde_json = "1.0.64"
wasm-bindgen = "0.2.74"
wee_alloc = "0.4.5"
yew = "0.17.3"
yew = "0.18"
yew-router = "0.15.0"
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<title>Rust Argentina</title>

<base data-trunk-public-url/>
<link data-trunk rel="css" href="src/styles/tailwind.css"/>
<link data-trunk rel="css" href="src/styles/components.css"/>
<link data-trunk rel="css" href="static/dist/tailwind.css"/>
<link data-trunk rel="copy-dir" href="static/images"/>
</head>
<body>
<link data-trunk rel="rust" href="Cargo.toml" data-bin="rust-lang-ar-github-io" />
Expand Down
Loading