This provides a bridge to use Sync with Tokamak instead of SwiftUI.
You can install Sync Tokamak via Swift Package Manager by adding the following lines to your Package.swift:
import PackageDescription
let package = Package(
[...]
dependencies: [
.package(url: "https://github.com/nerdsupremacist/Sync.git", from: "1.0.0"),
.package(url: "https://github.com/nerdsupremacist/SyncTokamak.git", from: "0.1.0"),
]
)Contributions are welcome and encouraged!
Sync Sync Tokamak is available under the MIT license. See the LICENSE file for more info.

