rust-utility / cmake-parser

Allows to parse CMakeLists.txt.
The Unlicense
7 stars 1 forks source link

Update crates.io version #1

Closed tbillington closed 2 months ago

tbillington commented 5 months ago

Hey there!

I'm working on better CMake support in kondo, and one aspect I wanted to look into was getting the project name through the cmake project command. I was searching and found your library which looks like it can help!

Just wanted to check if you're intending to update the crates.io version in sync with this repo. If not that's totally fine, I can do a git dependency for now.

Cheers, Trent

kilork commented 5 months ago

Hi, @tbillington

Yeap, not a problem, I stopped working on this about a year ago because of problems with last commands on the list. Technically nothing prevents me from publishing intermediate version. If there would be a use case for it, I can finish support for other commands, at least to some degree.

tbillington commented 5 months ago

I don't think I need any other commands at this stage! I got project working.

I'm using the git dependency for now which is fine

kilork commented 5 months ago

@tbillington I published next alpha 0.1.0-alpha.1, feel free to use it. If there is any issues or additional requirements, I would be glad to have them as input here.