Skip to content

GithHub action to read data from a Cargo.toml file

Notifications You must be signed in to change notification settings

wowjeeez/rust-conf-read

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 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

Packages

No packages published