nyxx/nyxx.interactions/pubspec.yaml

24 lines
586 B
YAML
Raw Normal View History

2020-12-20 17:09:44 +01:00
name: nyxx_interactions
2021-02-10 17:29:42 +01:00
version: 1.1.0-dev.2
2020-12-20 17:09:44 +01:00
description: Interactions for Nyxx library
homepage: https://github.com/l7ssha/nyxx
repository: https://github.com/l7ssha/nyxx
documentation: https://github.com/l7ssha/nyxx/wiki
issue_tracker: https://github.com/l7ssha/nyxx/issue
environment:
sdk: '>=2.12.0-51.0.dev <3.0.0'
dependencies:
2020-12-22 12:33:28 +01:00
logging: "^1.0.0-nullsafety.0"
2021-02-10 17:29:42 +01:00
nyxx: "^1.1.0-dev.2"
2020-12-20 17:09:44 +01:00
dependency_overrides:
http:
git:
url: git://github.com/dart-lang/http.git
http_parser:
git:
url: git://github.com/dart-lang/http_parser.git
nyxx:
2020-12-22 12:33:28 +01:00
path: "../nyxx"