mirror of
https://github.com/pchuan98/codex.git
synced 2026-07-01 00:31:56 +08:00
5b038135de
Adds a TUI for managing, applying, and creating cloud tasks
18 lines
221 B
TOML
18 lines
221 B
TOML
[package]
|
|
name = "codex-git-apply"
|
|
version = { workspace = true }
|
|
edition = "2024"
|
|
|
|
[lib]
|
|
name = "codex_git_apply"
|
|
path = "src/lib.rs"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
once_cell = "1"
|
|
regex = "1"
|
|
tempfile = "3"
|
|
|