Thumuss / utpm

A package manager for typst
MIT License
19 stars 2 forks source link

Replace actual structure with the `typst-project` crate made by @tingerrr #12

Open Thumuss opened 1 month ago

Thumuss commented 1 month ago

utpm use structs made by hand, not very complete with very little tests. To remove a lot of work and redundancies, I'll use this repo.

This include changing create.rs, install.rs and link.rs. This PR will remove a lot of specs.rs.

It will became more easily to maintain as said in #11

Edit: I'll change the branch to be merged when I'll have a commit