This commit is contained in:
2026-04-19 23:37:52 +03:00
commit f9eeb6f461
8 changed files with 757 additions and 0 deletions

16
pubspec.yaml Normal file
View File

@@ -0,0 +1,16 @@
name: vpn_server
description: A sample command-line application.
version: 1.0.0
# repository: https://github.com/my_org/my_repo
environment:
sdk: ^3.11.4
# Add regular dependencies here.
dependencies:
path: ^1.9.0
sqlite3: ^2.9.3
dev_dependencies:
lints: ^6.0.0
test: ^1.25.6