chore: moved all source under src
This commit is contained in:
parent
5e570eb30f
commit
f5ae50bfd7
235 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ edition = "2021"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
name = "aiocraft"
|
name = "aiocraft"
|
||||||
path = "src/lib.rs" # The source file of the target.
|
path = "src/aiocraft/rs/lib.rs" # The source file of the target.
|
||||||
crate-type = ["cdylib"]
|
crate-type = ["cdylib"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|
|
@ -5,7 +5,7 @@ from .server import AbstractMinecraftServer
|
||||||
from .types import *
|
from .types import *
|
||||||
from .auth import MicrosoftAuthenticator, MojangAuthenticator
|
from .auth import MicrosoftAuthenticator, MojangAuthenticator
|
||||||
|
|
||||||
from .aiocraft import * # This is needed for PyO3 functions! No clue why or how...
|
from .aiocraft import * # TODO why does PyO3 use the Cargo package name as top level name too??
|
||||||
|
|
||||||
__author__ = "alemidev"
|
__author__ = "alemidev"
|
||||||
__credits__ = "Thanks to pyCraft, really inspired this"
|
__credits__ = "Thanks to pyCraft, really inspired this"
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue