diff --git a/README.md b/README.md
index c7f303e..2c02559 100644
--- a/README.md
+++ b/README.md
@@ -44,7 +44,6 @@ Add your plugin to [the `plugins.json` file](https://github.com/serverless/commu
| **[Apib Validator - `serverless-apib-validator`](https://github.com/onlicar/serverless-apib-validator)**
by [onlicar](http://github.com/onlicar)
Validate that an API Blueprint has full coverage over a Serverless config | 
|
| **[Apig S3 - `serverless-apig-s3`](https://github.com/sdd/serverless-apig-s3)**
by [sdd](http://github.com/sdd)
Serve static front-end content from S3 via the API Gateway and deploy client bundle to S3. | 
|
| **[Apigateway Log Retention - `serverless-apigateway-log-retention`](https://github.com/dvla/serverless-apigateway-log-retention)**
by [dvla](http://github.com/dvla)
Control the retention of your AWS ApiGateway access logs and execution logs. | 
|
-| **[AWS Lambda Function URL Custom Domain - `serverless-aws-function-url-custom-domain`]([https://github.com/wangsha/serverless-aws-function-url-custom-domain](https://github.com/wangsha/serverless-aws-function-url-custom-domain))**
by [wangsha](http://github.com/wangsha)
Setup cloudfront distribution and route53 record for aws lambda functions deployed with function url. | 
|
| **[Apigateway Plugin - `serverless-apigateway-plugin`](https://github.com/GFG/serverless-apigateway-plugin)**
by [GFG](http://github.com/GFG)
Configure the AWS api gateway: Binary support, Headers and Body template mappings | 
|
| **[Apigateway Route Settings - `serverless-apigateway-route-settings`](https://github.com/talbotp/serverless-apigateway-route-settings)**
by [talbotp](http://github.com/talbotp)
Configure Route Settings for HTTP API Gateway v2 (Throttling & Detailed Metrics) | 
|
| **[Apigateway Service Proxy - `serverless-apigateway-service-proxy`](https://github.com/horike37/serverless-apigateway-service-proxy)**
by [horike37](http://github.com/horike37)
This Serverless Framewrok plugin supports the AWS service proxy integration feature of API Gateway. | 
|
@@ -65,6 +64,7 @@ Add your plugin to [the `plugins.json` file](https://github.com/serverless/commu
| **[Aws Cognito Idp Userpool Domain - `aws-cognito-idp-userpool-domain`](https://github.com/rubentrancoso/aws-cognito-idp-userpool-domain)**
by [rubentrancoso](http://github.com/rubentrancoso)
Manage (add and remove) aws hosted domain on Cognito Userpools | 
|
| **[Aws Contributor Insights - `serverless-plugin-aws-contributor-insights`](https://github.com/kangcifong/serverless-plugin-aws-contributor-insights)**
by [kangcifong](http://github.com/kangcifong)
Support of AWS CloudWatch Contributor Insights | 
|
| **[Aws Documentation - `serverless-aws-documentation`](https://github.com/deliveryhero/serverless-aws-documentation)**
by [deliveryhero](http://github.com/deliveryhero)
Serverless 1.0 plugin to add documentation and models to the serverless generated API Gateway | 
|
+| **[Aws Function Url Custom Domain - `serverless-aws-function-url-custom-domain`](https://github.com/wangsha/serverless-aws-function-url-custom-domain)**
by [wangsha](http://github.com/wangsha)
Setup cloudfront distrubution and route53 record for AWS Lambda with Function URL | 
|
| **[Aws Nested Stacks - `serverless-aws-nested-stacks`](https://github.com/concon121/serverless-plugin-nested-stacks)**
by [concon121](http://github.com/concon121)
Yet another AWS nested stack plugin! | 
|
| **[Aws Resolvers - `serverless-plugin-aws-resolvers`](https://github.com/DopplerLabs/serverless-plugin-aws-resolvers)**
by [DopplerLabs](http://github.com/DopplerLabs)
Resolves variables from ESS, RDS, or Kinesis for serverless services | 
|
| **[Aws Resource Names - `serverless-aws-resource-names`](https://github.com/concon121/serverless-plugin-aws-resource-names)**
by [concon121](http://github.com/concon121)
Serverless plugin to alter the default naming conventions for sls resources via a simple mapping file. | 
|
@@ -316,6 +316,7 @@ Add your plugin to [the `plugins.json` file](https://github.com/serverless/commu
| **[Shell - `serverless-shell`](https://github.com/UnitedIncome/serverless-shell)**
by [UnitedIncome](http://github.com/UnitedIncome)
Drop to a runtime shell with all the environment variables set that you'd have in lambda. | 
|
| **[Simulate - `serverless-plugin-simulate`](https://github.com/gertjvr/serverless-plugin-simulate)**
by [gertjvr](http://github.com/gertjvr)
Simulate AWS Lambda and API Gateway locally using Docker | 
|
| **[Slic Watch Plugin - `serverless-slic-watch-plugin`](https://github.com/fourTheorem/slic-watch)**
by [fourTheorem](http://github.com/fourTheorem)
Automatically create CloudWatch alarms and dashboards for Lambda, SQS, Kinesis, DynamoDB, API Gateway and Step Functions | 
|
+| **[Sls Rust - `sls-rust`](https://github.com/fdaciuk/sls-rust)**
by [fdaciuk](http://github.com/fdaciuk)
A Serverless plugin to deploy Rust applications | 
|
| **[Snowflake External Function Plugin - `serverless-snowflake-external-function-plugin`](https://github.com/starschema/serverless-snowflake-external-function-plugin)**
by [starschema](http://github.com/starschema)
Serverless Plugin for deploying Snowflake External Functions | 
|
| **[Sns Filter - `serverless-sns-filter`](https://github.com/MechanicalRock/serverless-sns-filter)**
by [MechanicalRock](http://github.com/MechanicalRock)
Serverless plugin to add SNS Subscription Filters to events | 
|
| **[Spa - `serverless-spa`](https://github.com/gilmarsquinelato/serverless-spa)**
by [gilmarsquinelato](http://github.com/gilmarsquinelato)
Serverless plugin to deploy your website to AWS S3 using Webpack to bundle it. | 
|
diff --git a/plugins.json b/plugins.json
index 3e85a40..549fbb6 100644
--- a/plugins.json
+++ b/plugins.json
@@ -1300,6 +1300,11 @@
"githubUrl": "https://github.com/softprops/serverless-rust",
"status": "active"
}, {
+ "name": "sls-rust",
+ "description": "A Serverless plugin to deploy Rust applications",
+ "githubUrl": "https://github.com/fdaciuk/sls-rust",
+ "status": "active"
+},{
"name": "serverless-oncall",
"description": "Easily manage oncall for your serverless services",
"githubUrl": "https://github.com/softprops/serverless-oncall",