mirror of
https://github.com/DioxusLabs/dioxus
synced 2025-01-12 04:38:49 +00:00
13 lines
272 B
TOML
13 lines
272 B
TOML
[package]
|
|
name = "dioxus-copy"
|
|
authors = ["Evan Almloff"]
|
|
version = "0.0.0"
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
bumpalo = { version = "3.6" }
|
|
|
|
[dev-dependencies]
|
|
rand = "0.8.5"
|