From 4dd04826220cc3782bcc6353d7924071321cf03b Mon Sep 17 00:00:00 2001 From: AkashPattanaik Date: Wed, 2 Dec 2020 12:14:31 +0530 Subject: [PATCH] Create pubspec.yaml --- pubspec.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 pubspec.yaml diff --git a/pubspec.yaml b/pubspec.yaml new file mode 100644 index 0000000..5c75192 --- /dev/null +++ b/pubspec.yaml @@ -0,0 +1,15 @@ +name: BinChecker +description: "A BinChecker Bot Made In Pure Dart Native." +version: "1.0.0" +homepage: "https://github.com/IndianBots/BinChecker/" + +environment: + sdk: '>=2.10.0 <3.0.0' + +dependencies: + path: ^1.7.0 + teledart: ^0.1.1 + http: ^0.12.2 + +dev_dependencies: + pedantic: ^1.9.0