initial release

This commit is contained in:
randogoth 2025-02-02 00:13:39 +02:00
commit 23cbff14b7
12 changed files with 251 additions and 0 deletions

12
pubspec.yaml Normal file
View file

@ -0,0 +1,12 @@
name: whatfreewords
description: A library for converting coordinates to words and back using a Feistel network.
version: 1.0.0
homepage: https://github.com/randogoth/whatfreewords
environment:
sdk: '>=2.17.0 <3.0.0'
dependencies:
dev_dependencies:
test: ^1.21.0