-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcargo-lambda.nuspec
25 lines (25 loc) · 1.43 KB
/
cargo-lambda.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0" encoding="utf-8"?>
<!-- Do not remove this test for UTF-8: if “Ω” doesn’t appear as greek uppercase omega letter enclosed in quotation marks, you should use an editor that supports UTF-8, not this one. -->
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>cargo-lambda</id>
<version>0.0.0</version>
<packageSourceUrl>https://github.com/cargo-lambda/cargo-lambda</packageSourceUrl>
<owners>nektos</owners>
<title>Cargo Lambda</title>
<authors>David Calavera</authors>
<projectUrl>https://github.com/cargo-lambda/cargo-lambda</projectUrl>
<copyright>David Calavera</copyright>
<licenseUrl>https://raw.githubusercontent.com/cargo-lambda/cargo-lambda/master/LICENSE</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<projectSourceUrl>https://github.com/cargo-lambda/cargo-lambda</projectSourceUrl>
<docsUrl>https://raw.githubusercontent.com/cargo-lambda/cargo-lambda/master/README.md</docsUrl>
<bugTrackerUrl>https://github.com/cargo-lambda/cargo-lambda/issues</bugTrackerUrl>
<tags>aws lambda rust cargo cli</tags>
<summary>cargo-lambda is a Cargo subcommand to help you work with AWS Lambda. </summary>
<description>cargo-lambda is a Cargo subcommand to help you work with AWS Lambda. </description>
</metadata>
<files>
<file src="tools/**" target="tools" />
</files>
</package>