Archived
1
This repository has been archived on 2025-02-05. You can view files and clone it, but cannot push or open issues or pull requests.
netbrowse/Cargo.toml
dependabot[bot] a0c77125b0
Update eframe requirement from 0.15.0 to 0.21.3
Updates the requirements on [eframe](https://github.com/emilk/egui) to permit the latest version.
- [Release notes](https://github.com/emilk/egui/releases)
- [Changelog](https://github.com/emilk/egui/blob/master/CHANGELOG.md)
- [Commits](https://github.com/emilk/egui/compare/0.15.0...0.21.3)

---
updated-dependencies:
- dependency-name: eframe
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-16 01:03:13 +00:00

22 lines
589 B
TOML

[package]
name = "netbrowse"
version = "0.1.0"
authors = ["Evan Pratten <ewpratten@gmail.com>"]
edition = "2018"
description = "A graphical frontend to avahi-browse"
documentation = "https://docs.rs/netbrowse"
readme = "README.md"
homepage = "https://github.com/ewpratten/netbrowse"
repository = "https://github.com/ewpratten/netbrowse"
license = "GPL-3.0"
keywords = []
categories = []
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
which = "4.2.2"
colored = "2.0.0"
eframe = "0.21.3"
ipnet = "2.3.1"
thiserror = "1.0.30"