feat(lib): Implement draft list parser

This commit is contained in:
Tristan Daniël Maat 2025-03-09 06:04:29 +08:00
parent f2783d49c6
commit aca5be2a9e
Signed by: tlater
GPG key ID: 49670FD774E43268
2 changed files with 123 additions and 0 deletions

1
src/lib.rs Normal file
View file

@ -0,0 +1 @@
pub mod draft_list;