# Fermyon Spin with Rust setup guide

DevFeed: [Fermyon Spin with Rust setup guide](<https://devfeed.tech/articles/fermyon-spin-with-rust-setup-guide-5948.md>)

Original publisher: [Read original article](<https://turso.tech/blog/fermyon-spin-with-rust-setup-guide-223813d3>)

Author: James Sinkala

Published: 2023-06-27T00:00:00Z

Content type: tutorial

Language: en

Sources: [Turso Blog](<https://devfeed.tech/sources/turso-blog.md>)

Topics: [Deployment](<https://devfeed.tech/topics/deployment.md>), [Turso](<https://devfeed.tech/topics/turso.md>), [Rust](<https://devfeed.tech/topics/rust.md>), [libSQL](<https://devfeed.tech/topics/libsql.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>), [SDKs](<https://devfeed.tech/topics/sdks.md>), [Database](<https://devfeed.tech/topics/database.md>)

Tags: [cli](<https://devfeed.tech/tags/cli.md>), [curl](<https://devfeed.tech/tags/curl.md>), [database](<https://devfeed.tech/tags/database.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [guide](<https://devfeed.tech/tags/guide.md>), [libsql](<https://devfeed.tech/tags/libsql.md>), [rust](<https://devfeed.tech/tags/rust.md>), [sdk](<https://devfeed.tech/tags/sdk.md>), [toolchain](<https://devfeed.tech/tags/toolchain.md>), [turso](<https://devfeed.tech/tags/turso.md>), [tutorial](<https://devfeed.tech/tags/tutorial.md>), [wasi](<https://devfeed.tech/tags/wasi.md>)

## AI overview

A setup guide for deploying a Rust route component to Fermyon Spin that queries a Turso database. It covers installing the required CLIs and WASI toolchain, creating a Turso database, generating a Spin project, building and testing it locally, deploying it remotely, and adding the libSQL Rust client and application variables or secrets.

## Source excerpt

Setup guide for configuring Turso for deployment using Fermyon Spin and Rust.