Skip to content

Commit aa647dc

Browse files
committed
move description to correct place
1 parent 6a8da8d commit aa647dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[package]
22
name = "vmod_lambda"
3+
description = "A Varnish VMOD for invoking AWS Lambda functions from VCL"
34
version = "0.1.0"
45
edition = "2024"
56

@@ -34,7 +35,6 @@ priority = "optional"
3435
assets = [
3536
["target/release/libvmod_lambda.so", "usr/lib/varnish/vmods/", "644"],
3637
]
37-
description = "A Varnish VMOD for invoking AWS Lambda functions from VCL"
3838
extended-description = """
3939
A Varnish VMOD for invoking AWS Lambda functions from VCL.
4040
This VMOD allows Varnish to invoke AWS Lambda functions with high throughput

0 commit comments

Comments
 (0)