mutalyzer 0.0.1

Placeholder for the Rust port of the Mutalyzer Python tool
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "mutalyzer"
version = "0.0.1"
edition = "2021"
license = "MIT"
description = "Placeholder for the Rust port of the Mutalyzer Python tool"
homepage = "https://github.com/mutalyzer/mutalyzer"
repository = "https://github.com/mutalyzer/mutalyzer"
readme = "README.md"

[dependencies]