trycall 0.1.0

An utility similar to trybuild but for testing functions that takes a string as input and returns a string as output.
Documentation
[package]
name    = "trycall"
version = "0.1.0"

description = "An utility similar to trybuild but for testing functions that takes a string as input and returns a string as output."
license     = "MIT OR Apache-2.0"

authors      = { workspace = true }
edition      = { workspace = true }
homepage     = { workspace = true }
repository   = { workspace = true }
rust-version = { workspace = true }

[dependencies]
expect-test = { workspace = true }

[package.metadata.workspaces]
independent = true