Skip to content

Commit

Permalink
fix: docs
Browse files Browse the repository at this point in the history
  • Loading branch information
fundon committed Jan 12, 2024
1 parent ca13b96 commit 8790bc7
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 487 deletions.
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@ async-executor = "1.8"
async-io = "2.2"
async-net = "2.0"
smol-hyper = "0.1.1"
smol-macros = "0.1"
macro_rules_attribute = "0.2"
futures-lite = { version = "2.1.0", default-features = false, features = ["std"] }

[workspace.metadata.docs.rs]
Expand Down
5 changes: 2 additions & 3 deletions examples/smol/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ publish = false
[dependencies]
viz-smol.workspace = true

# smol
async-net.workspace = true
smol-macros = "0.1"
macro_rules_attribute = "0.2"
smol-macros.workspace = true
macro_rules_attribute.workspace = true
8 changes: 8 additions & 0 deletions viz-smol/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,13 @@ async-net.workspace = true
smol-hyper.workspace = true
futures-lite.workspace = true

[dev-dependencies]
smol-macros.workspace = true
macro_rules_attribute.workspace = true

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]

[lints]
workspace = true
Loading

0 comments on commit 8790bc7

Please sign in to comment.