13 lines
318 B
Lua
13 lines
318 B
Lua
--
|
|
-- Copyright (c) 2022 chiya.dev
|
|
--
|
|
-- Use of this source code is governed by the MIT License
|
|
-- which can be found in the LICENSE file and at:
|
|
--
|
|
-- https://opensource.org/licenses/MIT
|
|
--
|
|
local logger = require("dep.log").global
|
|
local store = require("dep.package").PackageStore()
|
|
|
|
-- placeholder for refactoring
|