Publish harness and TUI open-source
initial sync from the monorepo
This commit is contained in:
commit
c68e39f604
2734 changed files with 1437016 additions and 0 deletions
12
crates/codegen/xai-grok-markdown-core/Cargo.toml
Normal file
12
crates/codegen/xai-grok-markdown-core/Cargo.toml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
[package]
|
||||
license = "Apache-2.0"
|
||||
name = "xai-grok-markdown-core"
|
||||
version = "0.1.0"
|
||||
edition.workspace = true
|
||||
description = "Headless markdown analysis sharing Grok Build's exact pulldown-cmark config."
|
||||
|
||||
[dependencies]
|
||||
pulldown-cmark = { workspace = true }
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
1070
crates/codegen/xai-grok-markdown-core/src/lib.rs
Normal file
1070
crates/codegen/xai-grok-markdown-core/src/lib.rs
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue