forked from Wulf/create-rust-app
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
26 lines (26 loc) · 753 Bytes
/
Cargo.toml
File metadata and controls
26 lines (26 loc) · 753 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[workspace]
package.version = "11.0.3"
package.readme = "README.md"
package.edition = "2021"
package.description = "Set up a modern rust+react web app by running one command."
package.authors = [
"Haris <4259838+Wulf@users.noreply.github.com>",
"Anthony Rubick <68485672+AnthonyMichaelTDM@users.noreply.github.com>",
]
package.repository = "https://github.com/Wulf/create-rust-app"
package.license = "MIT OR Apache-2.0"
package.categories = [
"command-line-utilities",
"development-tools",
"web-programming",
"config",
"database",
]
package.keywords = ["react", "typescript", "generation", "backend", "frontend"]
resolver = "2"
members = [
"crates/create-rust-app",
"crates/create-rust-app_cli",
"crates/qsync",
]
exclude = ["docs"]