Files
Sylpheed/godot-import/Cargo.toml
MechaCat02 f44ebced59 merge the Godot port's history into the monorepo
Brought in with a subtree merge rather than a copy, so the port's 31 commits
survive as history rather than arriving as one anonymous import. Landed under
godot-import/ and moved into the final layout in the next commit, which keeps
git's rename detection able to follow each file across the move.
2026-08-29 11:32:01 +02:00

9 lines
136 B
TOML

[workspace]
resolver = "2"
members = ["crates/sylpheed-export"]
[workspace.package]
version = "0.1.0"
edition = "2021"
license = "MIT"