Skip to content

GithHub action to read data from a Cargo.toml file

Notifications You must be signed in to change notification settings

Quasar6X/rust-conf-read

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust configuration reader action

This action will read the name, version and the latest built crate name. (THIS IS CALCULATED FROM THE NAME AND VERSION, NOT FROM AN ACTUAL DIR READ)

Inputs

  • path: (Optional, defaults to Cargo.toml) The path to Cargo.toml

Outputs

  • version: The crate version
  • lastBuiltCrateName: The last built crate version ({name}-{version}.crate)
  • crateName: The name of the crate

About

GithHub action to read data from a Cargo.toml file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%