test_ra_web 0.1.1

testing release automation
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "test_ra_web"
version = "0.1.1"
authors = ["c12i <collins.muriuki@holochain.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "testing release automation"
homepage = "https://developer.holochain.org"
documentation = "https://developer.holochain.org"
readme = false
license = "MIT"
repository = "https://developer.holochain.org"

[lib]
name = "test_ra_web"
path = "src/lib.rs"

[dependencies.axum]
version = "0.8"

[dependencies.serde_json]
version = "1.0"

[dependencies.test_ra_core]
version = "0.1.1"

[dependencies.tokio]
version = "1.0"
features = ["full"]