Add BubbleWrap backend
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
2c0e3586ab
commit
f3bbfd3d7b
@ -1,16 +1,15 @@
|
||||
#pragma once
|
||||
|
||||
#include <filesystem>
|
||||
#include <vector>
|
||||
#include <toml++/toml.h>
|
||||
#include <vector>
|
||||
|
||||
#include "host.hpp"
|
||||
namespace fs = std::filesystem;
|
||||
|
||||
namespace sk{
|
||||
class config{
|
||||
public:
|
||||
static std::vector<sk::host> loadHostsFromToml(const fs::path& confFile);
|
||||
|
||||
namespace sk {
|
||||
class config {
|
||||
public:
|
||||
static std::vector<sk::host> loadHostsFromToml(const fs::path &confFile);
|
||||
};
|
||||
}
|
Loading…
Reference in new issue