Files
codeql/unified/swift-syntax-rs/Cargo.toml
Taus 58ddeacde0 unified: Hook up swift-syntax AST
At this point it's only a proof-of-concept translation -- it translates
`sourceFile` nodes, but everything else gets mapped to
'unsupported_node`.
2026-07-10 13:14:35 +00:00

15 lines
287 B
TOML

[package]
name = "swift-syntax-rs"
description = "Rust wrapper around the swift-syntax package for parsing Swift source"
version = "0.1.0"
authors = ["GitHub"]
edition = "2024"
[lib]
name = "swift_syntax_rs"
path = "src/lib.rs"
[[bin]]
name = "swift-syntax-parse"
path = "src/main.rs"