Skip to content

Instantly share code, notes, and snippets.

@RockfordWei
Created August 31, 2018 17:53
Show Gist options
  • Save RockfordWei/f82568b184f81451217e4fc4a2502d89 to your computer and use it in GitHub Desktop.
Save RockfordWei/f82568b184f81451217e4fc4a2502d89 to your computer and use it in GitHub Desktop.
testing perfect v3 http server
import PackageDescription
let package = Package(
name: "atest",
targets: [],
dependencies: [
.Package(url: "https://github.com/PerfectlySoft/Perfect-HTTPServer.git", majorVersion:3),
]
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment