-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathCargo.toml
More file actions
28 lines (24 loc) · 686 Bytes
/
Cargo.toml
File metadata and controls
28 lines (24 loc) · 686 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
27
28
[package]
name = "facet-dev"
version = "0.1.1"
edition = "2024"
description = "Internal development utilities for Facet"
keywords = ["code-generation", "templates"]
categories = ["development-tools"]
rust-version = "1.87"
license = "MIT OR Apache-2.0"
[package.metadata.docs.rs]
rustdoc-args = ["--html-in-header", "arborium-header.html"]
[package.metadata."docs.rs"]
rustdoc-args = ["--html-in-header", "arborium-header.html"]
[dependencies]
cargo_metadata = "0.23.1"
dirs = "6"
fs-err = "3.2.0"
log = { version = "0.4.29", features = ["std"] }
owo-colors = "4.2.3"
serde_json = "1.0.132"
toml_edit = "0.23"
supports-color = "3.0.2"
strip-ansi-escapes = "0.2.1"
[dev-dependencies]