mirror of
https://github.com/facebook/react.git
synced 2026-02-26 01:15:00 +00:00
17 lines
427 B
TOML
17 lines
427 B
TOML
[package]
|
|
name = "react_utils"
|
|
version = "0.1.0"
|
|
publish = false
|
|
authors.workspace = true
|
|
description.workspace = true
|
|
edition.workspace = true
|
|
homepage.workspace = true
|
|
keywords.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
stacker = { workspace = true }
|