dioxus/packages/cli-config
Andrew Voynov 48957b11d8
refactor(cli-config): modified CrateConfig struct
`out_dir` and `asset_dir` are now methods, because they derive from
`crate_dir` and `dioxus_config`.
2024-01-30 23:23:00 +03:00
..
src refactor(cli-config): modified CrateConfig struct 2024-01-30 23:23:00 +03:00
.gitignore pull out the CLI config data into a separate library 2023-11-08 12:48:25 -06:00
Cargo.toml fix merge and reorganize the CLI a bit 2024-01-08 13:39:12 -06:00
README.md pull out the CLI config data into a separate library 2023-11-08 12:48:25 -06:00

📦 Dioxus CLI Configuration

The dioxus-cli-config contains the configuration for the dioxus-cli.