project_toml_parser

Crates.ioproject_toml_parser
lib.rsproject_toml_parser
version0.1.1
sourcesrc
created_at2023-05-18 20:01:30.763983
updated_at2023-06-07 13:03:50.070636
descriptionA command-line utility that returns the project details configured in TOML file.
homepage
repositoryhttps://github.com/StephanMalan/project_toml_parser
max_upload_size
id868303
size18,459
Stephan Malan (StephanMalan)

documentation

README

Project TOML parser

CI crates MIT RV

Project TOML parser is a small command-line utility that retrieves project name and version from TOML files.

Example output for this project:

project_toml_parser:0.1.0

Currently supports:

  • Python (Poetry)
  • Rust
Commit count: 13

cargo fmt