1
Fork 0

nodeinfo: Rename to hostmeta

This commit is contained in:
Steffo 2024-11-11 03:06:34 +01:00
parent c12b0a7869
commit a936986198
Signed by: steffo
GPG key ID: 5ADA3868646C3FC0
4 changed files with 3 additions and 3 deletions

View file

@ -1,3 +1,3 @@
[workspace]
resolver = "2"
members = ["acrate-core", "acrate-nodeinfo"]
members = ["acrate-core", "acrate-hostmeta"]

View file

@ -1,5 +1,5 @@
[package]
name = "acrate-nodeinfo"
name = "acrate-hostmeta"
version = "0.1.0"
edition = "2021"

View file

@ -28,7 +28,7 @@ macro_rules! test {
};
($id:ident, $url:literal, $($tag:meta),*) => {
mod $id {
use acrate_nodeinfo::*;
use acrate_hostmeta::*;
use super::*;
#[tokio::test]