removed framework impl
This commit is contained in:
		
							
								
								
									
										18
									
								
								Cargo.toml
									
									
									
									
									
								
							
							
						
						
									
										18
									
								
								Cargo.toml
									
									
									
									
									
								
							@@ -22,9 +22,25 @@ serde_repr = "0.1"
 | 
			
		||||
rmp-serde = "0.15"
 | 
			
		||||
rand = "0.7"
 | 
			
		||||
levenshtein = "1.0"
 | 
			
		||||
serenity = { git = "https://github.com/serenity-rs/serenity", branch = "next", features = ["collector", "unstable_discord_api"] }
 | 
			
		||||
sqlx = { version = "0.5", features = ["runtime-tokio-rustls", "macros", "mysql", "bigdecimal", "chrono"]}
 | 
			
		||||
base64 = "0.13.0"
 | 
			
		||||
 | 
			
		||||
[dependencies.regex_command_attr]
 | 
			
		||||
path = "command_attributes"
 | 
			
		||||
 | 
			
		||||
[dependencies.serenity]
 | 
			
		||||
git = "https://github.com/serenity-rs/serenity"
 | 
			
		||||
branch = "next"
 | 
			
		||||
default-features = false
 | 
			
		||||
features = [
 | 
			
		||||
    "builder",
 | 
			
		||||
    "client",
 | 
			
		||||
    "cache",
 | 
			
		||||
    "gateway",
 | 
			
		||||
    "http",
 | 
			
		||||
    "model",
 | 
			
		||||
    "utils",
 | 
			
		||||
    "rustls_backend",
 | 
			
		||||
    "collector",
 | 
			
		||||
    "unstable_discord_api"
 | 
			
		||||
]
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user