mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-23 00:00:33 +00:00
b0cb1e0b27
* Ansible execution and parsing * Working collections and pip dependencies * Remove unused vars * File resources logic for ansible * Make frontend for ansible and resource file * Format file * Change naming of file resource and inventory fields * Add autocomplete for file extension resource creation * Add endpoint to list file formats for resource types * Add CLI functionality to pull/push file resources * Add beta tag to ansible * Add Full image dockerfiles containing ansible * Prepare sqlx * Update cargo.lock * Update ansible path * Remove unused imports * Add back import removed by rust-analyzer * Improve ansible init code * Prepare sqlx * Change dockerfile to make the full windmill image * Remove old dockerfile * Improve autocomplete file resource extension select * Remove comment * Validate file extension * Add icons to text file resources * Remove editability of file resource types * Remove unused import * Missing space * Add yaml parser
16 lines
302 B
TOML
16 lines
302 B
TOML
[package]
|
|
name = "windmill-parser-yaml"
|
|
version.workspace = true
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
|
|
[lib]
|
|
name = "windmill_parser_yaml"
|
|
path = "./src/lib.rs"
|
|
|
|
[dependencies]
|
|
yaml-rust.workspace = true
|
|
windmill-parser.workspace = true
|
|
anyhow.workspace = true
|
|
serde_json.workspace = true
|