nostrdb-rs

nostrdb in rust!
git clone git://jb55.com/nostrdb-rs
Log | Files | Refs | Submodules | README | LICENSE

Makefile (63B)


      1 
      2 tags: fake
      3 	find src -name '*.rs' | xargs ctags
      4 
      5 .PHONY: fake