workers-rs/examples/kv/wrangler.example.toml
Roshan P 06214d9cba
Add worker-kv crate to repository. (#494)
* Initially adding files.

* Move examples, add to cargo build.

* remove files

* Fix KV paths and link dependencies to workspace.

* Add test package to cargo.lock

* Update kv test dependencies.

* Add send/sync to KvStore.

* Remove dead code.

* Fix cargo.lock

* Undo cargo.lock changes.

* Fix formatting.

* Make code idiomatic.
2024-03-27 17:56:18 -04:00

13 lines
243 B
TOML

name = "example"
type = "rust"
# Enter your account id
account_id = ""
workers_dev = true
route = ""
zone_id = ""
# The KV name spaces we will be using in the example
kv_namespaces = [
{ binding = "EXAMPLE", id = "", preview_id = "" },
]