This commit is contained in:
cereci5049
2024-06-04 00:49:35 +05:30
commit 2a3ba7e34e
22 changed files with 539 additions and 0 deletions

16
a4.nimble Normal file
View File

@@ -0,0 +1,16 @@
# Package
version = "0.1.1"
author = "fitel22348-molyg"
description = "School Management System"
license = "GPL-2.0-or-later"
srcDir = "src"
bin = @["a4"]
# Dependencies
requires "nim >= 2.0.2"
requires "https://github.com/ire4ever1190/mike"
requires "db_connector"
requires "nimja"