chore: use workspace edition for examples and crates (#2816)

This commit is contained in:
mahmoud-eltahawy
2024-08-13 02:25:47 +03:00
committed by GitHub
parent 7b62ad44d2
commit 20af4928b2
28 changed files with 35 additions and 34 deletions

View File

@@ -1,12 +1,12 @@
[package]
name = "any_spawner"
edition = "2021"
version = "0.1.1"
authors = ["Greg Johnston"]
license = "MIT"
readme = "../README.md"
repository = "https://github.com/leptos-rs/leptos"
description = "Spawn asynchronous tasks in an executor-independent way."
edition.workspace = true
[dependencies]
futures = "0.3.30"