swift.toml (408B)
1 [language] 2 id = "swift" 3 repository = "sdk-swift" 4 5 [packages] 6 "radroots_core" = "RadrootsSDK" 7 "radroots_events" = "RadrootsSDK" 8 "radroots_trade" = "RadrootsSDK" 9 "radroots_identity" = "RadrootsSDK" 10 11 [artifacts] 12 models_dir = "Sources/Generated" 13 constants_dir = "Sources/Generated" 14 manifest_file = "export-manifest.json" 15 16 [runtime] 17 networking = "native" 18 signing = "native" 19 deterministic_codec = "native_or_wasm"