chinedufn / swift-bridge

swift-bridge facilitates Rust and Swift interop.
https://chinedufn.github.io/swift-bridge
Apache License 2.0
842 stars 62 forks source link

fix: wrongly detect as a virtual manifest #290

Closed setoelkahfi closed 2 months ago

setoelkahfi commented 2 months ago

The Cargo.toml file needs a [package] section; otherwise, the [lib] section is not allowed. See virtual manifest.

chinedufn commented 2 months ago

Pleasure to accept your first contribution.